﻿body {
    margin: 0;
    top: 0;
    left: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    
}
h1 {
    font-size: 2.0rem;
}
h2 {
    font-size: 1.75rem;
}
img {
    max-width: 100%;
}

table {
    max-width: 100%;
    margin-bottom: 1rem;
}
thead {
    vertical-align: top;
}
tbody {
    vertical-align: top;
}
td {
    padding: .25rem;
}

figure {
    display: inline-block;
}
figure figcaption {
    text-align: center;
}

a {
    color: var(--coc-color-blue);
    font-weight: bolder;
}
    a:hover {
        color: var(--coc-color-blue);
    }
    a:focus {
        /*text-decoration: underline;*/
    }
strong {
    font-weight: bolder;
}
.coc-right-align {
    text-align: right;
}

.coc-left-align {
    text-align: left;
}

/* bootstrap override */
.btn-secondary {
    background-color: var(--coc-color-blue);
    border: 1px solid var(--coc-color-blue);
}

    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
        background-color: var(--coc-color-dark-blue) !important;
        border-color: var(--coc-color-dark-blue) !important;
        text-decoration: underline;
    }

/* profiler */
.mp-result .mp-button {
    padding: 10px;
    font-size: 1.1rem;
}
.mp-result .mp-unit {
    color: black !important;
}
/* bootstrap size breakpoints */
/* xs */
@media only screen and (max-width: 575px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}
/* sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {

}
/* md */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* xl */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
/* styles at max widths */
/* xs */
@media only screen and (max-width: 575px) {
}
/* sm */
@media only screen and (max-width: 767px) {
}
/* md */
@media only screen and (max-width: 991px) {
}
/* lg */
@media only screen and (max-width: 1199px) {
}
/* xl */
@media only screen and (max-width: 1399px) {
}