.bordered {
    border:1px solid #808080;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}

th.rotate {
    /* Something you can count on */
    height: 230px;
    white-space: nowrap;
}

th.rotate > div {
    transform:
        /* Magic Numbers */
            translate(60px, 100%)
                /* 45 is really 360 - 45 */
            rotate(270deg);
    width: 5px;
    height: 140px;
}

.iframe-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.iframe_standard {
    padding-bottom: 75%; /* 100/(1100/825) */
}

.iframe_widescreen {
    padding-bottom: 56.25%; /* 100/(1100/618 */
}

.iframe_topic2 {
    padding-bottom: 100%; /* 100/(1100/618 */
}
.iframe_topic1 {
    padding-bottom: 60%;
}

.iframe-responsive iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media print {
    .collapse{display: block !important;}
}
