.box-result {
    background: #E6E7E8;
    padding: 40px;
}

@media screen and (max-width: 519px) {
    .box-result {
        padding: 10px;
    }
}

.box-result .triangle {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    margin-top: -70px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 23px 35px 23px;
    border-color: transparent transparent #E6E7E8 transparent;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.help-icon{
    margin-top: -23px;
    position: relative;
    top: 10px;
}
@media screen and (max-width: 519px) {
    .box-result .triangle {
        margin-top: -40px;
    }
}

.box-result {
    color: #000;
}

.box-result .font-headline-page {
    margin: 5px 0 0;
}

@media screen and (max-width: 519px) {
    .box-result .font-headline-page {
        margin: 4px 0 0;
        font-size: 1.5em;
    }
}

.box-result .no-bottom-margin {
    margin: 25px 0 0;
}

.box-result hr {
    margin-top: 0px;
    margin-bottom: 25px;
}

.box-result .strong {
    font-weight: bold;
}

.box-result,
.box-result .triangle {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.box-result.fadein,
.box-result.fadein .triangle {
    opacity: 1;
}

.text-color-orange {
    color: #F60;
}

div.popover-content table tbody tr td, div.popover-content table thead tr th {
    padding: 5px;
    text-align: left;
}