h4 {
    font-weight: 800;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote::before {
    color: #ccc;
    content: open-quote;
    font-size: 3em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}

.img-stars {
    max-width: 150px;
}

#div-mobile {
    display: block;
    width: 100%;
    background: #347e12;
    height: 55px;
    line-height: 35px;
    position: sticky;
    bottom: 0;
    padding-top: 10px;
    font-size: 19px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

p br {
    content: "";
    /*margin: 20px 0;*/
    display: block;
    font-size: 50%;
}

.br-default br {
    margin: 0;
}

.btn-danger {
    text-decoration: none;
    background-image: linear-gradient(180deg, #4ba614, #008c00);
    border: 1px solid #34740e;
}

.btn.btn-danger:hover {
    border: 1px solid #224b09;
    background-color: #36780f;
    background-image: linear-gradient(180deg, #36780f, #005900);
    outline: none;
    text-decoration: none;
    box-shadow: none;
}

.disclaimer-inner {
    max-width: 1160px;
}

.fc-modal,
.fc-modal-content {
    left: 0;
    position: fixed;
    top: 0
}

.fc-modal {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    overflow: auto;
    padding-top: 100px;
    width: 100%;
    z-index: 2147483601
}

.fc-modal-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: #fefefe;
    border: 1px solid #888;
    border-radius: 5px;
    bottom: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    height: 200px;
    margin: auto;
    padding: 0;
    right: 0;
    width: 450px
}

.fc-modal-body p,
.fc-modal-header h2 {
    font-size: 14px;
    margin-left: 25px;
    margin-right: 25px
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.fc-modal-header {
    background-color: #fff;
    height: 30px;
    padding: 2px 16px
}

.fc-modal-header h2 {
    height: 30px;
    margin-top: 20px
}

.fc-modal-body {
    height: 130px;
    margin-top: 20px;
    padding: 2px 16px
}

.fc-micro-phone-container .fc-modal-content {
    min-height: 250px
}

.fc-micro-phone-container .fc-micro-phone-desc {
    display: block
}

.fc-modal-footer {
    color: #fff;
    height: 60px;
    margin-right: 20px;
    padding: 2px 16px;
    text-align: right
}

.fc-modal-footer input:first-child {
    background: 0 0;
    border: 0;
    color: #413d3d;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    margin-right: 20px;
    width: 60px
}

.fc-modal-footer input:last-child {
    background-color: #4a90e2;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    height: 35px
}