/* PHOBS form CSS Document */

#phobs_book {
    padding: 0px;
    margin: 0px;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    color: #000000;
    padding-left: 5px;
}
#phobs_book .booking_naslov {
    font-family: "Muli", Helvetica, Arial, sans-serif;
}
#phobs_book select {
    font-family: "Muli", Helvetica, Arial, sans-serif;
    margin-bottom: 3px;
    padding: 1px;
    margin-top: 10px;
    background: black;
}
#phobs_book input {
    font-family: "Muli", Helvetica, Arial, sans-serif;
    margin-top: 10px;
}
#phobs_book .destination, #phobs_book .hotel {
    width: 149px;
}
#phobs_book p {
    font-size: 16px;
    color: white;
}
#phobs_book .button {
    border: 1px solid white;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    color: white;
    background-color: #e4b248;
    width: 102px;
    padding: 1px;
}
#phobs_book .access_code {
    font-family: "Muli", Helvetica, Arial, sans-serif;
    width: 130px;
    border: 1px solid #CCC;
}
#phobs_book a.view_cancel {
    font-family: "Muli", Helvetica, Arial, sans-serif;
    color: #fff;
    text-decoration: revert;
}
#phobs_book a.view_cancel:hover {
    text-decoration:underline;
    color: #e4b248;
}

