/* MAIN.CSS */
/* compiled version of site.css and style.css for custom builds */

/* INIT GLOBALS */

body, html, h1, h2, h3, h4, h5, h6, p, ul, li, a, span, div, img, input {
    outline: none;
    margin: 0;
    padding: 0;
}
body {  
    font-family: "Source Sans Pro", sans-serif; 
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #666;
    background: #fff;
    position: relative;
    min-height: 100%;
    min-width: 900px;
}
body.cms_class {  /* for tinymce */
    text-align: left;
    background: #fff;
    background-image: none;
}
html {
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
#page {
    height: 100%;
    padding-bottom: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#page:before {
    content: " ";
    position: absolute;
    width: 20%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f4f4f4;
    border-right: 1px solid #d9d9d9;
    z-index: 0;
}
.wrap {
    display: block;
    margin: 0 3%;
    min-width: 570px;
}
#content .wrap {
    margin: 0 3.75% 0 2.5%;
}
input, textarea { font-family: "Source Sans Pro", sans-serif; }
b, strong {font-weight: 700;}
.categorySpacer { background-color: #999999; height: 1px; }
a.reverseText:link, a.reverseText:visited, a.reverseText:active, .reverseText { 
    color: #FFFFFF; 
    text-decoration: none; 
    font-weight: inherit; 
}
a.reverseText:hover { color: #FFFFFF; text-decoration: underline; font-weight: inherit; }
a.sp_link, a.sp_link:visited {
    color: inherit;
    text-decoration: none;
}
a.sp_link:hover, a.sp_link:active {
    color: inherit;
    text-decoration: underline;
}
li { list-style-position: inside; list-style: none; }
.bodySpacer { background-color: #dcdddd; height: 1px; }
dt { font-weight: 700; }
.error { font-size: 14px; font-weight: normal; color: red; }
.inputFieldBody, .inputField { border: 1px #999 solid; font-size: 14px; margin: 2px 0; height: 24px; padding-left: 4px; color: #666; }
.inputFieldBodyHighlight { border: 1px #999 solid; font-size: 14px; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; padding-left: 2px; color: #666; background-color: #f6f0dc; }
.inputFieldBody:focus { background-color: #ddebed; }
a.category { font-size: 14px; font-weight: bold; color: #666; background-color: rgb(123, 123, 123); text-decoration: none; }
a.category:link, a.category:visited, a.category:active { font-size: 14px; font-weight: bold; color: #666; background-color: rgb(123, 123, 123); text-decoration: none; }
a.category:hover, .categoryActive, a.categoryActive:link, a.categoryActive:visited, a.categoryActive:active, a.categoryActive:hover { font-size: 14px; font-weight: bold; background-color: #ffffff; color: #666666; text-decoration: underline; }
.category { font-size: 14px; font-weight: bold; color: #666; background-color: rgb(123, 123, 123); }
.categoryHead { font-size: 14px; font-weight: bold; color: #666; }
.inputQtyBody { border: 1px #cccccc solid; font-size: 14px; margin-top: auto; margin-right: auto; margin-bottom: auto; margin-left: auto; padding: 4px; width: 2em; color: #666; text-align: center; }
select, .selectBody { color: #666; font-size: 14px; }
select:not([disabled]) option:hover, 
select:not([disabled]) option:focus, 
select:not([disabled]) option:checked,
select:not([disabled]) option:active { 
    background: linear-gradient(#008658, #008658);
    background-color: #008658 !important;
    color: white !important;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 23em;
  display: inline-block;
  vertical-align: -4px;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #999;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 15px;
  background: #edeeee;
  border-radius: 16px;
}
/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
  height: 15px;
  background: #edeeee;
  border-radius: 16px;
}
/* Track: IE */
input[type="range"]::-ms-fill-lower {
  background-color: #bfe1d5; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #edeeee;
}
/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 15px;
  width: 15px;
  background-color: #008658;
  border-radius: 50%;
  border: 2px solid #bfe1d5;
  /*  slider progress side  */
  box-shadow: -407px 0 0 400px #bfe1d5;
}
/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #008658;
  border-radius: 50%;
  border: 1px solid #bfe1d5;
  /*  slider progress side  */
  box-shadow: -407px 0 0 400px #bfe1d5;
}

.items { font-size:  14px; }
#content ul > li { list-style: square outside; margin-left: 1.25em; }
#content ol > li { list-style: decimal outside; margin-left: 1.25em; }
.line { background-color:  #999999; }
.loading, #loadingpage { position: fixed; width: 40%; height: 40%; z-index: 500; left: 40%; top: 50%; border: 0; text-indent: -999999px; background: transparent url('../../../images/loading.gif') no-repeat left top;}
.pageContents { font-size:  14px; font-weight: normal; color: #999999; }
.pageContentsBold { font-size:  14px; font-weight: bold; color: #666; }
.pageContentsLabel { font-weight: bold; }
.pageDescription { font-size: 18px; font-weight: normal; color: #666; vertical-align: top; margin: 15px 0 10px; text-transform: none !important; }
.pageDescription h3 { text-transform: none !important; }
.note, .pageMsg { font-size:  14px; font-weight: normal; display: block; }
.pageSmall { font-size: 10px; }
.pageSmallBold { font-size: 10px; font-weight: bold; }
.pageTitle { font-size: 26px; font-weight: normal; color: #666; background-color: #FFFFFF; line-height: 110%; }
.pageNav { }
td, label { font-size: 14px; line-height: 1.4; font-weight: normal; color: #666; }
table.border_dark, tr.border_dark, td.border_dark { border-width: 1px; border-style: solid; border-color: #999999; }
td.contents { font-size: 14px; font-weight: normal; color: #666; padding-right: 20px; }
td.contentsBold_sm { font-size: 10px; font-weight: bold; }
td.contents_sm { font-size: 10px; font-weight: normal; }
td.formLabel { font-size:  14px; font-weight: normal; color: #666; line-height: 1.3; }
td.formLabelBold { font-size:  14px; font-weight: bold; color: #666;  line-height: 1.3; }
td.grayborder { border-width: 1px; border-style: solid; border-color: #666666; }
td.menuList { font-size:  14px; font-weight: bold; }
td.tableHeader { color: #ffffff; font-size:  14px; font-weight: bold; }
th { font-size: 14px; line-height: 1.4; font-weight: bold; color: #666; background-color: #cccccc; }
.tspace { height: 5px; }
.pspace { height: 10px; }
.tzone { display: none; }
.mobile { display: none; }
.desktop { display: block; }
.clear, .relax { 
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}
A, A:focus, input, input:focus, select, select:focus {
    outline: 0 !important;
}
fieldset {
    border: none;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 0.25em;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    font: inherit;
    width: 1.2em;
    height: 1.2em;
    border: 1px #999 solid !important;
    vertical-align: -0.15em;
    display: inline-block;
}
input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #008658;
    box-sizing: border-box;
    border: 1px solid white;
}
input[type="radio"]:checked::before {
    border-width: 2px;
}
input[type="radio"],
input[type="radio"]::before {
    border-radius: 50%;
}
input[type="checkbox"]:checked::after{
    content: "\2714";
    font-size: 0.75em;
    display: inline-block;
    position: absolute;
    color: white;
    top: 0;
    left: 0.3em;
}

input[type="file"] {
    font-size: 13px; 
    font-weight: 400; 
    line-height: 1.0; 
    color: #666 !important; 
    background-color: transparent; 
    padding: 2px;
    border: 1px solid #999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#contentfile, #imagefile {
    max-width: 40%;
}

/* HEADLINE TEXT */
h1, .header1 { 
    font-size: 28px; 
    line-height: 1.3;
    font-weight: 600;  /* see font tag in pagehead.jsp for available font weights */
    color: #333; 
    margin-bottom: 15px; 
    margin-top: 20px;
}
h2, .header2 { 
    font-size: 20px; 
    line-height: 1.3;
    font-weight: 600;
    color: #666; 
    margin: 0.5em 0; 
}
h3, .header3 { 
    font-size: 20px; 
    line-height: 1.3;
    font-weight: 400;
    color: #666; 
    margin: 0.5em 0;  
}
h4, .header4 { 
    font-size: 14px; 
    line-height: 1.3;
    font-weight: 700;
    color: #666; 
    margin: 0.5em 0;  
}

/*  LINKS  */
A, A:visited {
    color: #008658;  /* link color */
    text-decoration: none;
}
A:hover, A:active {
    color: #008658;  /* link hover color */
    text-decoration: underline;
}
table A, table A:visited,
table A:hover, table A:active {
    color: #008658 !important;
}

/* BACKGROUND COLORS */
.box:nth-of-type(odd) {  /* alternate background bands of color */
    background: #ffffff;
}
.box:nth-of-type(even) { 
    background: #f2f2f2;
}

/* TABLES */
.main-content > TABLE {
    min-width: 100%;
}
TABLE, TABLE TR, TABLE TD, TABLE TH {
    background-color: #fff !important;
    border-collapse: collapse;
}
TABLE TD.bar { 
    background-color: #111 !important; 
    height: 1px; 
    padding: 0; 
}
TABLE, TABLE#datatable, TABLE#adminDatatable {
    max-width: 100% !important;
}
TABLE TD {
    padding: 2px 4px;
    border-bottom: 1px solid #ddd;
}
TABLE TD.activerow { 
    background-color: #ccffcc !important; 
}
TABLE TD A {
    display: inline-block;
    margin-right: 0.5em;
}
TABLE TH, TABLE THEAD TD {
    border-bottom: 1px solid #111;
}
TABLE.dataTable tbody th, TABLE.dataTable tbody td {
    padding: 2px 4px;
    border-bottom: inherit;
}
TABLE.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
}
TABLE.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
#adminLogin-page TABLE TD,
#sitemapadmin-page TABLE TD {
    border-bottom: none;
}

/* LIGHT, OR DARK TEXT */
.light {
    color: #fff;
}
.dark {
    color: #666;
}

/*** TEXT SECTIONS, COLUMNS (CONTENT PAGES) ***/
#content {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#content p {
    padding: 0 0 0.75em 0;
}
#content .pageDescription p {
    padding-bottom: 0;
}
.textsection, .box {
    padding: 1em 0 2em;
}
.textsection.box {
    padding: .5em 0;
}
.textsection h1, .box h1 {
    text-align: center;
}
.four-col .col {
    display: inline-block;
    vertical-align: top;
    width: 21.5%;
    margin: 0 2%;
}
.four-col .col:first-child, .four-col .col:nth-child(4n+1) {
    margin-left: 0;
}
.four-col .col:nth-child(4n+0) {
    margin-right: 0;
}
.three-col .col {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 2%;
}
.three-col .col:first-child, .three-col .col:nth-child(3n+1) {
    margin-left: 0;
}
.three-col .col:nth-child(3n+0) {
    margin-right: 0;
}
.two-col .col {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
    margin: 0 2%;
}
.two-col .col:first-child, .two-col .col:nth-child(2n+1) {
    margin-left: 0;
}
.two-col .col:nth-child(2n+0) {
    margin-right: 0;
}
.col ul li {
    list-style: inside square;
}
.one-fourth, .one-half, .one-third {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.one-fourth, .one-half {
    margin-right: 4%;
}
.one-fourth {
    width: 22%;
}
.one-half {
    width: 48%;
}
.one-third {
    width: 28%;
    margin-right: 8%;
}
.last, .one-fourth:nth-of-type(4n), .one-half:nth-of-type(2n), .one-third:nth-of-type(3n) {
    margin-right: 0;
}
.one-fourth:nth-of-type(4n+1), .one-half:nth-of-type(2n+1), .one-third:nth-of-type(3n+1) {
    clear: left;
}
.one-fifth, .two-fifths {
    display: inline-block;
    vertical-align: top;
    float: left;
}
.one-fifth {
    width: 18%;
    margin: 0 1.25%;
}
.two-fifths {
    width: 38.5%;
    margin: 0 1.25%;
}
.one-fifth:first-child,
.two-fifths:first-child {
    margin-left: 0;
}
.one-fifth:last-child, 
.two-fifths:last-child {
    margin-right: 0;
}
.one-sixth {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 15%;
    margin-right: 2%;
}
.one-sixth:nth-of-type(6n) {
    margin-right: 0;
}

/* HIGHLIGHTED NOTES */
.note, .pageMsg {color: #008658;}  /* text highlight color */

/*** ADMIN AND MYACCOUNT LISTS ***/
.listnav {
    width: 100%; 
    max-width: 28%; 
    display: inline-block; 
    vertical-align: top;
    margin: 10px 5% 10px 0; 
}
.listnav h2 {
    font-weight: normal;
}

/*  BUTTONS  */
/* admin and standard buttons */
.button, .button_sm {
    font-size: 13px; 
    font-weight: 400; 
    line-height: normal; 
    color: #FFFFFF !important; 
    background-color: #008658; 
    padding: 3px 12px 4px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    text-decoration: none !important;
    -webkit-appearance: none;
}
.button_sm { font-size: 10px; }

.button:active, .button_sm:active,
.button:visited, .button_sm:visited {
    color: #FFFFFF !important; 
}

.button:hover, .button_sm:hover { 
    color: #FFFFFF !important; 
    opacity: 0.8; 
    filter: Alpha(opacity=80);
}

.grey-button { background-color: gray; }

/* cart and order buttons */
.button-bar { /* find-page buttons' bar */
    background: #ebeef4;
    padding: 10px;
}
.btn, .btn:visited {  /* cart and order buttons */
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    font-weight: 400;
    background-color: #999; 
    padding: 4px 12px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none !important;
}
.btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.button-bar { /* find page buttons in a bar */
    clear: left;
    position: relative;
}
.button-bar .btn {
    margin: 2px 10px;
}
#shopcart-page .button-bar .btn {
    margin: 10px;
}

/*  BREADCRUMBS  */
#content #breadcrumb span {
    display: inline-block;
    margin: 0 1em;
}
/* new fix for processPageHead image-based breadcrumb arrows */
.breadcrumb { 
    font-size: 12px; 
    color: #666;
    font-weight: normal; 
    margin-top: 20px;
}
a.breadcrumblink { 
    font-weight: normal; 
    color: #008658;  /* link color */
    text-decoration: none;
    white-space: nowrap;
}
a.breadcrumblink:hover, a.breadcrumblink:active { 
    color: #008658;  /* link hover color */ 
    text-decoration: underline; 
}
#content #breadcrumb img {
    display: none;
}
a.breadcrumblink::after,
a.breadcrumblink:link::after, 
a.breadcrumblink:visited::after,
a.breadcrumblink:hover::after,
a.breadcrumblink:active::after {
    content: "\003E";
    display: inline-block;
    margin: 0 0.75em 0 1em;
    text-decoration: none;
    color: #666;
}

/****HEADER****/
header {
    width:100%;
    position: relative;
    z-index: 2;
    background: #fff;
}
.middle-header {
    padding: 10px 0 5px;
    border-bottom: 1px solid #666; 
    height: 75px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
header .leftside {
    display: inline-block;
    float: left;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
header .rightside {
    display: inline-block;
    float: right;
    width: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.logo {
    display: inline-block;
    margin-top: 2px;
}
.logo img {
    max-width: 200px;
    max-height: 100px;
}
.adminTitle, .companyNameTitle {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0.8em 0 0 2em;
}
.adminTitle {
    float: right;
    margin-right: 3%;
}
.companyNameTitle {
    float: left;
    margin-left: 2.5%;
}
.adminLogged {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    float: right;
    clear: right;
    margin-right: 3%;
}

/*** MAIN CONTENT OPT. WITH SIDEBAR ***/
.main-content {
    padding-bottom: 3em;
}
.main-content.has-sidebar {
    display: inline-block; 
    width: 80%; 
}

/***SIDEBAR***/
#content .sidebar.left {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20%;
    padding: 25px 0 10px;
    background-color: transparent;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 1;
}
#content .sidebar.left div {
    margin-bottom: 15px;   
}
#content .sidebar.left div.search-box {
    margin-bottom: 10px;   
}
#content .sidebar.left #adminSearchPagesForm,
#content .sidebar.left div.masterAdminDiv {
    position: relative;
    width: 80%;
    margin-left: 1.5rem;
}
#content .sidebar.left #adminPageSearch {
    font-size: 13px;
    position: relative;
    width: 100%;
}
#content .sidebar.left #adminPageSearch::-ms-clear {
    display: none;
}
#content .sidebar.left #adminSearchPagesForm .fa {
    display: inline-block;
    position: absolute;
    color: #cc0000;
    top: 8px;
    right: -3px;
    cursor: pointer;
    display: none;
}
#content .sidebar.left h4, #content .sidebar.left br {
    display: none;
}
#content .sidebar.left ul {
    display: none;
}
#content .sidebar.left ul li {
    list-style: none;
    line-height: 1.3;
    margin: 0;
}
#content .sidebar.left h3 {
    margin-left: 3.25rem;
    margin-right: 0.75rem;
    text-indent: -1.75rem;
}
#content .sidebar.left h3, #content .sidebar.left a {
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
#content .sidebar.left a:hover,
#content .sidebar.left a.searched:hover,
#content .sidebar.left a.active {
    color: #008658;
    text-decoration: none;
}
#content .sidebar.left a.searched:not(.active) {
    color: #40a482;
    text-decoration: none;
}
/* using text-shadow instead of bold to keep text from jumping around */
#content .sidebar.left h3:hover,
#content .sidebar.left h3.active {
    text-shadow: 1px 0 0 #666;
}
#content .sidebar.left h3 a:hover,
#content .sidebar.left h3 a.active {
    color: #666;
    text-shadow: 1px 0 0 #666;
}
#content .sidebar.left h3:hover i.fa, 
#content .sidebar.left h3 i.fa {
    display: inline-block;
    width: 1.75rem;
    font-size: 18px;
    vertical-align: -2px;
    text-indent: 0;
    text-shadow: none;
}
#content .sidebar.left ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.275rem 0.75rem 0.275rem 3.25rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#content .sidebar.left ul li a:before {
    content: " ";
    display: inline-block;
    position: absolute;
    vertical-align: top;
    text-align: left;
    left: 2.5rem;
    top: 0.75rem;
    width: 4px;
    height: 4px;
    background: #666;
    border: none;
}
#content .sidebar.left ul li a.active {
    background: #fff;
}

/***TOP-OF-PAGE-LINK***/
#visibleonscroll {
    display: none;
}
div.top-page {
    position: fixed;
    bottom: 235px;
    right: 20px;
    z-index: 300;
    width: 35px;
    height: 35px;
    background: transparent;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
div.top-page a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    font-size: 48px;
    background: transparent;
    /* transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
div.top-page a:hover {
    text-decoration: none;
}
div.top-page:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/***  FOOTER  ***/
footer {
    background: #008658;
    color: #fff;
}
footer a, footer a:link, footer a:visited {
    color: #fff;
}
footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 35px;
    padding: 0.5rem 0 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
footer .copyright { 
    position: relative;
    font-size: 11px; 
    color: inherit; 
    font-weight: normal;
}
.credit{
    margin: 9px 0 24px 0;
}
.info{
    float:left;
}
.indent{
    margin-left:28px;
}
.sep{
    color:#999999;
    margin:0 2px;
}
.item {
    width: 100%;
    height:auto;
}

/*** SPECIFIC CONTENT PAGES ***/
.banner img {
    width: 100%;
    height: auto;
    padding:0;
    margin:0;
}

/*** DYNAMIC DATA TABLES ***/
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}
TABLE#formtable {
    width: 95% !important;
}
TABLE#maincontent TD:first-child {
    padding-right: 3em;
}
#newform TABLE TD TABLE, #acctInfo TABLE TD TABLE {
    width: 75% !important;
}
#shipadmin-page #content TABLE select {
    max-width: 8.025em;
    text-overflow: ellipsis;
    padding: 0;
}
#shipadmin-page #content .inputFieldBody, 
#shipadmin-page #content .inputField {
    max-width: 10em;
}

/* account inquiry */
.accountHeader {
    width: 49%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    border-bottom: 1px solid #000;
}
.statementSummary {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    border-bottom: 1px solid #000;
}
.acctCol1, .acctCol2 {
    width: 47%;
    display: inline-block;
    margin: 5px 5px 0px 5px;
}
.acctCol2 {
    float: right;
    margin-right: 10px;
}
.acctCol1 .right, .acctCol2 .right {
    text-align: right;
    
}
.left { float: left; }
.right { float: right; }
.r {float:right;}
.l {float: left;}
.c {clear: both;}


/* "zebra" tables */
.zebra-table tr td {
    background-color: #fff;
    border-bottom: 1px dotted #333;
}
.zebra-table tr:nth-of-type(odd) td {
    background-color: #eee;
}
.zebra-table tr:nth-last-of-type(1) td {
    background-color: #fff;
    border-bottom: none;
}
