.bs-example {
    margin: 20px;
}

.modal {
    z-index: 9000;
}

.modal-body {
    margin-left: 20px;
}

.modal-body h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #313954;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.modal-body h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #666666;
    font-style: italic;
}

.modal-body h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #313954;
}

.modal-body h5 .greytxt {
    font-weight: 600;
    color: #666666;
}

.modal-body h5 .darkgreytxt {
    font-weight: 700;
    color: #313954;
}

.modal-body h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #313954;
    margin: 15px 0 0 0;
}

.modal-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    margin: 0;
}

.modal-footer h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #313954;
    text-align: left;
    padding: 0 15px;
}

.ratings p {
    text-align: left;
}

.ratings .easeuse {
    text-align: right;
    float: right;
}

.ratings .custserv {
    text-align: right;
    float: right;
}

.ratings .feat {
    text-align: right;
    float: right;
}

.ratings .valmoney {
    text-align: right;
    float: right;
}

.ratings .recommend {
    text-align: right;
    float: right;
}

.ratings .fa {
    color: #ffce00;
}

.modal-footer {
    display: block;
    padding: 15px 10px;
    text-align: right;
    border: 1px solid #e5e5e5;
    margin: 10px 10px 40px 10px;
    background: white;
    box-shadow: 1px 1px 9px #dddddd;
    border-radius: 5px;
}

.modal-footer:after,
.modal-footer:before {
    display: none;
}

.modal-footer .ratingblk {
    padding: 2px;
    margin-left: 5px;
    border: 1px solid #666666;
    color: #313954;
    border-radius: 2px;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 850px) {
    .modal-dialog {
        width: 750px;
        max-width: 750px;
        margin: 20px auto;
    }
}

@media (min-width: 850px) {
    .modal-dialog {
        width: 800px;
        max-width: 800px;
        margin: 30px auto;
    }
    .modal-footer {
        margin: 35px 35px 40px 35px;
    }
}

.modal-open {
    overflow: hidden;
    width: calc(100% - 17px);
    width: -moz-calc(100% - 16px);
    width: -ms-calc(100% - XXpx);
}

body {
    padding-right: 0px !important;
    overflow-x: hidden;
}

.modal-open {
    overflow-y: auto;
}