/*
This code is quite messy. Still, easier to modify than the raw HTML, and
should be more compliant with modern web standards.
*/


.iccb-logo {
    color: #00897B;
    font-size: 1.5em;
    display: inline;
}

.iccb-logo-chars {
    color: #00228A;
    font-size: 2em;
    display: inline;
}

.default-text-format {
    color: #000000;/*#455A64;*/
    font-size: 1em;
    display: inline;
    font-weight: bold;
    text-align: left;
}
.light-text-format {
    color: #455A64;
    font-size: 1em;
    display: inline;
    font-weight: normal;
    text-align: left;
}
.black-text-format {
    color: #000000;
    font-size: 1em;
    display: inline;
    font-weight: normal;
    text-align: left;
}

.main-content-table {
    background-color: #DBFAF5;
    width: 55em;
    margin: 0 auto;
    padding-left: 2em;
    padding-right: 2em;
}

.note-format {
    color: #00897B;
    font-style: italic;
    font-size: 1em;
}

.header-spec {
    color: #394271;
    font-size: 1em;
    display: inline;
    font-weight: bold;
}
.date-spec {
    color: #000000;
    font-size: 0.9em;
}

.iccb-logo-img {
    height: 13em;
    padding-left: 3em;
    padding-right: 3em;
}

.canyon-img {
    height: 13em;
}

.img-container {
    width: 55em;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    align-items: stretch;
    justify-content: space-between;
}
.body {
    background-image: url("/img/paper.png");
}

.title-bar {
    background-color: #ffffff;
    width: 55em;
    margin: 0 auto;
}

.title-unselected {
    background-color: #5db3ff;
}

.title-unselected > th > a {
    color: #ffffff;
    font-size: 1em;
    font-family: Arial;
    font-style: bold;
    text-decoration: none;
}
.title-unselected > th {
    color: #ffffff;
    font-size: 1em;
    font-family: Arial;
    font-style: bold;
    text-decoration: none;
}

.title-selected {
    background-color: #00228a;
}
.title-selected > a {
    color: #ffffff;
    font-size: 1em;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

.title-elem {
    color: #394271;
    font-family: Baskerville;
    font-size: 1.5em;
    font-weight: bold;
}

.subtitle-elem {
    color: #394271;
    font-family: Baskerville;
    font-size: 1.1em;
    font-weight: bold;
}

.contacts-table {
    vertical-align: top;
}

.en-justify {
    text-align: justify;
}

.center-elem {
    margin: 0 auto;
    text-align: center;
}
.left-elem {
    text-align: left;
}
