﻿.trialInformation *
{
    vertical-align:top;    
}
h2
{
    font-size: 24px;
    color: rgb(0, 51, 102);
    font-family: Arial, Helvetica, sans-serif;
}
.colorheader
{
    color: rgb(0, 51, 102);
}
.header td
{
    color: rgb(0, 51, 102);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.tableTrialInfo
{
    min-width: 700px;
    width: 700px;
    max-width: 700px;
    border: 1px solid #cccccc;
    background-color: white;
}
.tableTrialInfoInner
{
    width: 700px;
    border-color: #CCCCCC;
    background-color: white;
}
.captionSection
{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: rgb(0, 51, 102);
    -webkit-print-color-adjust: exact;
    padding: 5px;
}
@media print
{
    .tableTrialInfo
    {
        width: 700px;
        border: 1px solid #cccccc;
        background-color: white;
    }
    .captionSection
    {
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: rgb(0, 51, 102);
        -webkit-print-color-adjust: exact;
        padding: 5px;
    }
}
.caption
{
    color: rgb(0, 51, 102);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 1px solid #cccccc;
}
.info
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    max-width: 200px;
    word-wrap: break-word;
    border: 1px solid #cccccc;
    word-break: break-word;
}
.captiondescription
{
    color: rgb(0, 51, 102);
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 150px;
    border: 1px solid #cccccc;
}
.infoHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
}
.trialInformation
{
    width: 100%;
}
.divtrialInformation
{
    padding-top: 20px;
}
