﻿
.pdfpage .deleteblock, .pdfpage .clickedit {
    display: none;
}

.reportpage {
    margin-bottom: 10px;
}

div[contenteditable="true"] {
    background-color: rgb(255, 255, 211);
    box-shadow: 1px 1px 1px #CC9900;
}

.reportpage .h1 {
    font-weight: bold;
    font-size: 1.6em;
    font-family: 'Play', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.reportpage .h2 {
    font-weight: bold;
    font-size: 1.2em;
    font-family: 'Play', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.reportpage .h3 {
    font-weight: bold;
    font-size: 1em;
    font-family: 'Play', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.reportpage .address {
    width: 60%;
    float: left;
}

.reportpage .addressleft {
    margin-left: 0px;
    padding-top: 30px;
    width: 60%;
    float: left;
    margin-bottom: 30px;
}

.reportpage .logo {
    width: 30%;
    float: right;
    margin-bottom: 30px;
    background: white
}

    .reportpage .logo img {
        width: 130px;
        margin-bottom: 2px;
        background: white
    }

.reporttable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 10px;
    font-size: .9em;
}

    .reporttable td, .reporttable th {
        text-align: left;
        padding: 3px;
    }

    .reporttable thead {
        background: #0066A4;
        color: white;
    }

    .reporttable tbody {
        background: #71CEF5;
        color: black;
    }

    .reporttable td:first-child {
        width: 100px;
    }

    .reporttable td:nth-child(2) {
        width: 100px;
    }

.reportpage .reportblock {
    clear: both;
    padding-bottom: 15px;
}

    .reportpage .reportblock:last-child {
        clear: both;
        padding-bottom: 0px;
    }

    .reportpage .reportblock .reportblock {
        clear: both;
        padding-bottom: 15px;
    }

.reportpage .reportblockside {
    float: left;
}

.pdfpage .reportblock:hover {
    background: white;
    cursor: default;
}

.molereport img {
    padding: 3px;
}

    .molereport img.molebig {
        width: 260px;
        padding-top: 30px;
        padding-bottom: 10px
    }

    .molereport img.molesmall {
        width: 155px;
    }

.molereport h1 {
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    font-family: 'Play', sans-serif !important;
    color: #365F91;
}

img.headerimage {
    width: 100%;
}


.moletable {
    border: 1px solid #ccc;
    width: 100%
}

    .moletable td {
        padding: 3px;
        word-break: break-word;
    }

        .moletable td:first-child {
            width: 30%;
            font-weight: bold;
        }

.answerstable td {
    padding: 1px;
}

.answerstable td {
    font-size: 13px;
}

.answerstable tr.sep td {
    border-top: 1px solid #ccc;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.bottom-text {
    font-size: 16px;
}

.table-bordered {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

    .table-bordered tr {
        text-align: left;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 1.0em;
        border: solid 1px #ccc;
    }

    .table-bordered th, .table-bordered td {
        border-left: solid 1px #ccc;
        padding: 3px;
    }

thead, tfoot {
    display: table-row-group;
}