.fot-report-mobile {
    display: none;
}

.fot-report-desktop {
    font-size: 13px;
}

.fot-report-desktop .vertical {
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px 10px 0;
}

.fot-report-desktop .vertical div {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    height: 7px;
}

.fot-report-desktop table {
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
}

.fot-report-desktop table tbody td {
    text-align: center;
}

.fot-report-desktop a {
    cursor: pointer;
    text-decoration: underline;
}

.fot-report-desktop table th {
    vertical-align: top;
    font-weight: normal;
}

.fot-report-desktop table td.fot-cell {
    padding: 10px 5px 0 5px;
    text-align: left;
    vertical-align: top;
}

.fot-report-desktop table div.fot-boundary-condition {
    padding-bottom: 10px;
}

.fot-report-desktop table div.fot-button {
    text-align: center;
}

.fot-report-desktop table div.fot-severity-title {
    position: relative;
    top: -10px;
    left: -5px;
}

.fot-report-desktop table div.fot-severity-title div {
    width: 5px;
    height: 5px;
    position: absolute;
    cursor: pointer;
}

.fot-report-mobile .fot-severity {
    padding: 10px 10px 0 10px;
}

.fot-report-mobile .fot-boundary-condition {
    padding-bottom: 10px;
}

.fot-report-mobile .fot-boundary-condition-content {
    display: none;
    padding: 3px 5px 3px 5px;
    margin: 3px 0 3px 0;
}

.fot-report-mobile .fot-boundary-condition-content p {
    padding: 0;
    margin: 2px 0 2px 0;
}

.fot-report-mobile .fot-boundary-condition-content a {
    color: inherit;
}

.fot-report-mobile .fot-strand {
    padding-top: 10px;
}

.fot-report-mobile .fot-strand-title {
    padding-bottom: 2px;
}

.fot-report-legend .fot-more-info-toggle {
    font-size: 12px;
    width: 100%;
    text-align: right;
}

.fot-report-legend .fot-more-info-box {
    display: none;
}

.fot-report-legend .fot-more-info-toggle a {
    color: gray;
}

.fot-report-legend .fot-more-info {
    font-size: 12px;
    width: 100%;
    text-align: right;
}

.fot-report-legend .fot-more-info a {
    color: gray;
}

.fot-widget-table {
    width: 100%;
}
.fot-report-widget-content {
    font-size: 10px;
    float: right;
}
.fot-report-widget-content table {
    border-spacing: 1px;
    border-collapse: separate;
}
.fot-report-widget-content th {
    height: 10px;
    font-weight: normal;
    text-align: center;
}
.fot-report-widget-content td {
    height: 10px;
}

.fot-report {
    line-height: 1em;
}

.fot-report a {
    cursor: pointer;
    text-decoration: none;
}

.fot-report .fot-tooltip {
    display: inline;
    position: relative;
}

.fot-report .fot-tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    left: 10px;
    color: #fff;
    content: attr(data-title);
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    white-space: nowrap;
}

.fot-wrap {
    padding: 0!important;
    margin: 0!important;
    vertical-align: middle!important;
}

.fot-clear {
    clear: both;
}

@media screen and (max-width: 650px) {
    .fot-wrap {
        display: block;
    }
    .fot-report-widget-content {
        float: left;
        margin-left: -1px;
    }
    .fot-report-mobile {
        display: block;
    }

    .fot-report-desktop {
        display: none;
    }

    .fot-hide-mobile {
        display: none;
    }

    .fot-report.fot-report-legend {
        margin-top: 10px;
    }
}
