﻿

.captionframe {
    background-color: lightgrey;
}

.captionframetext {
    font-size: 10px;
    text-align: center;
}

.flyrightimage,
.alignright {
    float: right;
    display: block;
    max-width: 300px;
    width: Calc(100vw - 40px);
    padding: 4px;
    margin-right: 10px;
    margin-left: 10px;
}

.centerimage,
.aligncenter {
    display: block;
    max-width: 560px;
    padding: 4px;
    margin: 10px auto;
    width: Calc(100vw - 40px);
    height: auto;
}

.video {
    display: block;
    margin: 10px auto;
    max-width: 560px;
    max-height: 315px;
    width: Calc(100vw - 40px);
    height: Calc(100vw * .56);
}


.TenantContent {
    background-color: white;
    color: black;
    max-width: 940px;
    margin: auto;
    display: block;
    font-family: Avalon;
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
}

    .TenantContent h1 {
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        box-sizing: border-box;
    }

    .TenantContent h2 {
        width: 100%;
        font-size: 18px;
        display: block;
        float: left;
        clear: both;
        margin-top: 20px;
        margin-bottom: 0px;
        font-family: inherit;
        font-weight: 600;
        box-sizing: border-box;
    }

    .TenantContent p {
        margin-bottom: 10px;
    }




    .TenantContent .TenantButton {
        color: #24569C;
        background-color: #fff;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid #ccc;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.TenantContent .video {
    display: block;
    margin: auto;
    max-width: 560px;
    max-height: 315px;
    width: Calc(100vw - 40px);
    height: Calc(100vw * .56);
}

.TenantContent table {
    font-size: 12px;
}

    .TenantContent table th, table td {
        padding: 4px 4px 4px 4px;
        white-space: nowrap;
    }

.TenantContent .table-scroll {
    display: block;
    overflow-x: auto;
    clear: left;
}

.BracketNotes {
    background-color: lightyellow;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: black;
    margin-top: 50px;
    clear: both;
    display: block;
}

    .BracketNotes ul {
        margin-left: 20px;
    }

        .BracketNotes ul li {
            margin-top: 10px;
        }

.BracketNotesDivision {
    background-color: lightyellow;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: black;
    margin-top: 0px;
    clear: both;
    display: block;
}

    .BracketNotesDivision ul {
        margin-left: 20px;
    }

        .BracketNotesDivision ul li {
            margin-top: 10px;
        }



@media (max-width: 800px) {
    .alignright,
    .flyrightimage,
    .centerimage,
    .aligncenter {
        width: Calc(100vw - 40px);
        max-width: none;
        margin: 10px;
    }
}
