#wb-matkahuolto-wrap {
    margin: 20px 0px;
    max-width: 500px;
    display: none;
}

#wb_matkahuoltonoutopiste {
    border: 1px solid #333;
    border-radius: 0px;
    padding: 5px;
    width: 80%;
    display: inline-block;
}

#wb_matkahuoltonoutopiste_btn {
    background: #333;
    color: #fff;
    padding: 9px 15px;
    border: 0;
    border-radius: 0px;
    display: inline-block;
    width: 19%;
    text-align: center;
    cursor: pointer;
}

ul#wb-matkahuolto-return-ul {
    border: 1px solid #333;
    padding: 5px;
    background: #fff;
    margin: 5px 0px;
    width: 100%;
    display: none;
    border-radius: 0px;
}

ul#wb-matkahuolto-return-ul li {
    padding: 10px;
    margin: 0px;
    color: #333;
    list-style: none;
    cursor: pointer;
}

ul#wb-matkahuolto-return-ul li:nth-child(odd) {
    background: #eee
}

ul#wb-matkahuolto-return-ul li:hover { 
    background: #ccc;
}

#wb_matkahuolto_select {
    max-width: 100%;
}

#wb-matkahuolto-lisaa-kohteita {
    width: 100%;
    background: #333;
    color: #fff;
    padding: 9px 25px;
    text-align: center;
    cursor: pointer;
    display: none;
}

#loading-img-matkahuolto {
    width: 30px;
    height: 30px;
    background: url('../img/ajax-loader.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px auto;
    display: none;
}

#wb_matkahuolto_errors {
    padding: 20px;
    border: 1px solid #ff0000;
    display: none;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    #wb_matkahuoltonoutopiste {
        width: 100%;
    }
    
    #wb_matkahuoltonoutopiste_btn {
        width: 100%;
        margin-top: 5px;
    }
    
    #wb-matkahuolto-wrap  {
        width: 100%;
        max-width: auto;
    }
}