.exo2 {
	font-family: "Exo 2";
	font-size: 12px;
}
/* --------------------------------------------------------------------------------------------------------------------*/
.tinyBolText {
    font-size: 10px
}

.boldText {
    font-weight: bold;
}

.alignTop {
    vertical-align: top
}

h3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
}
/* --------------------------------------------------------------------------------------------------------------------*/
table 
{
    width: 100%;
}
table.withBorders {
	border-spacing: 0px;
	border-left: 1px solid black;
	border-top: 1px solid black;
}
table.withBorders th {
    font-weight: bold;
}
table.withBorders th, table.withBorders td {
    border: 1px solid black;
    margin: 0px;
    padding: 8px;
    border-top: 0px;
    border-left: 0px;
}
td.noPadding {
    padding: 0px;
}
table.noBorders th, table.noBorders td 
{
    border: 1px solid white;
}
/* --------------------------------------------------------------------------------------------------------------------*/
table#itemDetails {
    margin-top: 20px
}
td.noRightBorder {
    border-right: none !important
}
td.noPadding 
{
     padding: 0px;
}
.specialInstructionsContainer 
{
    padding-left: 0px
}
.specialInstructionsContainer div {
    margin-top: 5px;
}
#barcodeImageContainer {
    padding: 15px;
}
.bolTextLine 
{
    margin-top: 6px;
}
ul.square {
    list-style-type: square;
}
#carrierServiceContainer, #ursaCodeContainer 
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bigBoldText {
    font-size: 16px;
    font-weight: bold;
}
.tinyText 
{
    font-size: 8px;
}
#forShipmentInformationContainer 
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
}
.hazardousDetailsGrayBG 
{
    background-color: rgba(0,0,0,.2);
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
#legalAndSignaturesBlock 
{
    margin-top: 10px;
}
.centered 
{
    text-align: center;
}
.authorizedSignature 
{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
.authorizedSignatureHeader {
    font-weight: bold;
}
.signatureUnderline 
{
    font-family: arial;
}
.marginTop10
{
    margin-top: 10px;
}

.itemsTable {
    font-size: 12px
}


tr .noSideBorder td {
    border-right: none;
    border-left: none;
}

tr .noBottomBorder td {
    border-bottom: none;
}

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

/* Bol Search Screen */
.bolSearchButton 
{
    text-align: center;
    width: 150px !important;
    font-weight: bold;
    cursor:pointer;
}
.errorContainer 
{
    color: red;
    border: 1px solid red;
    background-color: lightpink;
}

/*# sourceMappingURL=bol.501beda488126b4a21d6.css.map*/