
div#access_div {
    position: fixed;
    right: 3px;
    bottom: 46px;
    z-index: 9999;
    background-color: rgb(0, 82, 160) !important;
    -webkit-box-shadow: 3px 8px 14px -9px rgba(0,0,0,0.59);
    box-shadow: 3px 8px 14px -9px rgba(0,0,0,0.59);
}
div#access_div ul {
    margin: auto;
    padding: 15px 0px;
}
div#access_div li {
    font-size:18px;
    padding: 0 10px;
    width: auto;
    color: white;
    text-align: center;
    list-style: none;
    font-weight: 600;
}
li#smaller_text_button {
    padding-bottom:5px !important;
}
li#bigger_text_button {
    padding-top:5px !important;
}
li#bigger_text_button:hover, li#smaller_text_button:hover{
    cursor:pointer;
}
.form-jr-custom .w-100percent, .form-jr-custom .w-100percent textarea, .form-jr-custom .w-100percent input {
    width: 90%;
    text-align: right;
}
.form-jr-custom .w-100percent select{
    width: 90%;
}
#billing_phone_field{
    float: right;
    margin-right: 0;
}
