@media only screen and (max-width: 540px) {
    #or-seperator{
        width: 300px;
        display: inline-block;
    }
}

.button {
    width: 210px;
    background-color: #ff6633;
    border-radius: 4px;
    border: none;
    padding: 16px 16px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; 
    transition-duration: 0.4s;
    cursor: pointer;
}

.button2 {
    background-color: #ff6633;
    color: black;
} 
              
.button1:hover {
    background-color: #03a9f5;
}
              
.button2 {
    background-color: #ff6633;
    color: black;
}             

.button2:hover {
    background-color: #03a9f5;
    color: black;
}

#A10, #D10, #B13{
    color: #fff;
    font-size: 30px;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */
}

/* The Close Button */
#rio-calculate-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 5px;
}

#rio-calculate-modal-close:hover,
#rio-calculate-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

            #rio-calculate-email, #rio-calculate-website-url {
                width: 100%;
                padding: 12px;
                border: 1px solid #ccc;
                border-radius: 4px;
                box-sizing: border-box;
                margin-top: 6px;
                margin-bottom: 16px;
                resize: vertical;
            }

            #rio-calculate-submit {
                background-color: #4CAF50;
                color: white;
                padding: 12px 20px;
                border: none;
                border-radius: 4px;
                cursor: pointer;
            }

            #rio-calculate-submit:hover {
                background-color: #45a049;
            }

            .modal-form-container {
                border-radius: 5px;
                background-color: #f2f2f2;
                padding: 20px;
            }

#details table {
    margin: 0px !important;
}
#details table tr {
    margin: 0px !imortant;
    padding: 0px !important;
}
#details table td, tr, th {
    border: none !important;
    max-width: none !important;
}

#calc-form p {
    padding-bottom: 0 !important;
    margin-bottom: 4.5px !important;
}

.mdl-textfield__input {
    margin-top: 5px !important;
}