﻿

#statement-content {
    width: 100%;
    min-height: 65vh;
    margin: 15px;
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

#statement-template-div tr {
    height: 50px !important;
}

.tablRowLightDelimiterBottom td {
    font-size: 10pt;
}

/*.tablRowLightDelimiterBottom td span {
    font-size: 8pt;
}*/

.tableRowDelimiterBottom25 th {
    font-size: 10pt;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    #statement-template-div tr {
        height: 25px !important;
    }
    .tablRowLightDelimiterBottom td {
        font-size: 12pt;
    }
    .tablRowLightDelimiterBottom td span {
        font-size: 12pt;
    }
    .tableRowDelimiterBottom25 th {
        font-size: 12pt;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    #statement-template-div tr {
        height: 25px !important;
    }
    .tablRowLightDelimiterBottom td {
        font-size: 12pt;
    }
    .tablRowLightDelimiterBottom td span {
        font-size: 12pt;
    }
    .tableRowDelimiterBottom25 th {
        font-size: 12pt;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #statement-template-div tr {
        height: 25px !important;
    }
    .tablRowLightDelimiterBottom td {
        font-size: 12pt;
    }
    .tablRowLightDelimiterBottom td span {
        font-size: 12pt;
    }
    .tableRowDelimiterBottom25 th {
        font-size: 12pt;
    }
}
