body
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    line-height: auto;
    overflow-y: scroll;
    /* overflow: -moz-scrollbars-vertical; */
}

body > .wrapper {
    margin-left: auto;
    margin-right: auto;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

/** form **/

.frmGroup {
    clear:both;
    margin: 10px 0px;
}

.frmGroup .frmName {
    display:block;
    margin-top:5px;
    font-weight: bold;
    font-size: .85rem;
}

.frmGroup .frmValue {
    display:block;
}

.frmGroup.loose .frmName {
    width:auto;
    padding-right:10px;
}
.frmGroup.loose .frmValue {
    width:auto;
}

.frmGroup.text .frmValue input {
    margin:0px 5px;
}

.frmGroup.text .frmValue,
.frmGroup .frmValue.text,
.frmGroup .frmValue div.text {
    margin-top:15px;
    margin-bottom:15px;
}

.frmGroup .frmValue input.text {
    margin:3px;
}

.frmGroup .frmHelp {
    clear:both;
    margin-left:100px;
    font-size:9px;
    font-style: italic;
}

.frmGroup input[type=text],
.frmGroup input[type=password],
.frmGroup select,
.frmGroup textarea,
.output_box
{
    box-sizing:border-box;
    margin-right:5px;
    width:100%;
    padding:6px;
    color:#444;
    background-repeat:no-repeat;
    background-position:right center;
    border:1px solid #9f9f9f;
    font-size:13px;
    /*    color:#5f5f5f; */
}

.frmGroup textarea.smalltext,
.output_box
{
    color:#333;
    width:100%;
    font-size:12px;
}

#loginTable {
    border-radius:4px;
}

#loginTable .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dashboard-chart {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

ul.accounts li,
.frmGroup input[type=text],
.frmGroup input[type=password],
.frmGroup select,
.frmGroup textarea,
.output_box,
.frmGroup input[type=submit],
.frmGroup input[type=reset],
.frmGroup input[type=button],
.frmGroup button,
ul.description-nav li {
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

dl.mui-tabs dt {
    -webkit-border-radius-topleft: 4px;
    -webkit-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius-topleft: 4px;
    border-radius-bottomleft: 4px;
}

ul#tabbed_report_nav li,
ul#tabbed_nav li {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.frmGroup input[type=submit],
.frmGroup input[type=reset],
.frmGroup input[type=button],
.frmGroup button
{
    display:inline-block;
    height:30px;
    padding:6px;
    position:relative;
    top:1px;
    margin-left:10px;
    font-family:helvetica,arial,freesans,clean,sans-serif;
    font-weight:bold;
    font-size:13px;
    color:#333;
    /*text-shadow:1px 1px 0 #fff;*/
    white-space:nowrap;
    border:none;
    overflow:visible;
    background:white;
    background:-moz-linear-gradient(white,#e1e1e1);
    background:-webkit-linear-gradient(white,#e1e1e1);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
    border-bottom:1px solid #ebebeb;
    border:1px solid #9f9f9f;
    /*box-shadow:0 1px 4px rgba(0,0,0,0.3);*/
    cursor:pointer;
    margin-left:1px;
    padding:0 13px;
    -webkit-font-smoothing:subpixel-antialiased!important;
}

.frmGroup input[type=submit]:hover,
.frmGroup input[type=reset]:hover,
.frmGroup input[type=button]:hover,
.frmGroup button:hover
{
    color:#fff;
}



.nobr {
    white-space: nowrap;
}


.clear {
    clear:both;
    height:0px;
    overflow:hidden;
}


/* MESSAGES */

div.basic-messages {
    padding:5px;
    margin-top:0px;
    margin-bottom:5px;
}


/* system message classes */

.message {
    padding: 5px 10px;
    text-align:left;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #dfdfdf;
}

.message .messageTime {
    font-size:9px;
    font-style:italic;
}


/** logged out **/

#loginTable {
    display:inline-block;
    border:none;
    border-bottom:1px solid #ebebeb;
    box-shadow:0 1px 10px rgba(0,0,0,0.3);
    background-color: #ffffff;
    margin-left:auto;margin-right:auto;
    text-align:left;
    width:350px;
}

#loginTable .head {
    padding:10px;
    border-bottom:1px solid #ebebeb;
    background:#fafafa;
    background:-moz-linear-gradient(#fafafa,#eaeaea);
    background:-webkit-linear-gradient(#fafafa,#eaeaea);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')";
    border-bottom:1px solid #cacaca;
    box-shadow:0 1px 0 rgba(255,255,255,0.4),0 0 10px rgba(0,0,0,0.1);
}

#loginTable .head .container {
    height:30px;
    width:330px;
    position:relative;
}

#loginTable .head .container .logo {
    position:absolute;
    top:-5px;
    left:0px;
}

#loginTable .head .container .label {
    float:right;
    text-align:right;
    margin-top:8px;
}

#loginTable .body {
    padding:10px;
}

.loggedout .wrapper {
    width:500px;
    margin-left:auto;
    margin-right:auto;

}

.loggedout .frmGroup input[type=text],
.loggedout .frmGroup input[type=password]
{
    width: 300px;
}

.loggedout .frmGroup .frmValue {
    width: 325px;
}

body.loggedout {
    background:#efefef;
}


#header {
    z-index: 1060;
}

#header > .container {
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

#header .logo {
    float:left;
    /*margin-top:10px;*/
    /*margin-bottom: 10px;*/
}

#header .client-selection {
    float:left;
    margin-left:10px;
    margin-top:15px;
}

#header .profile-options {
    float:right;
    margin-top:15px;
    text-align:right;
}

#navigation {
    z-index: 1050;
    top: 67px !important;
}

#breadcrumbs {
    padding-top: 55px;
}

.profile-options span
{
    margin-left: 8px;
}

.profile-options span.profile-user
{
    margin-right: 8px;
}

.profile-options span a
{
    background-position: top left;
    background-repeat: no-repeat;
    color: black;
    padding-left: 20px;
}

.profile-options .profile-accounts a
{
    background-image: url('../images/chalkwork/network_wireless/Network_(Wireless)_16x16.png');
    background-position: bottom left;
}

.profile-options .profile-profile a
{
    background-image: url('../images/chalkwork/user/User_16x16.png');
}

.profile-options .profile-logout a
{
    background-image: url('../images/chalkwork/arrow_right/Arrow_(Right)_16x16.png');
}


#footer {
    clear:both;
    margin-top:0px;
    border-top:1px solid #cacaca;
    padding:10px 0 0 0;
    /*box-shadow:0 1px 0 rgba(255,255,255,0.4),0 0 10px rgba(0,0,0,0.1);*/
    margin-bottom:40px
}

#footer .container {
    margin-right:auto;
    margin-left:auto;
    text-align:left;
    font-size:10px;
}

.loggedin .page {
    width:auto;
    padding:0;
    margin:0;
    clear:both;
    text-align:left;
}


.loggedin .page > .container {
    padding-top:2px;
    padding-bottom:30px;
    clear:both;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align:left;
}

.loggedin #breadcrumbs > .container {
    padding-top: 13px;
    clear:both;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    text-align:left;
}

ul.description-nav {
    list-style-type: none;
    padding:0px;
    margin-top: 12px;
    width:450px;
}

ul.description-nav li
{
    list-style-type: none;
    padding:0px;
    margin: 10px 0 10px 0;
    position:relative;
    font-family:helvetica,arial,freesans,clean,sans-serif;
    font-weight:bold;
    font-size:13px;
    color:#333;
    /*text-shadow:1px 1px 0 #fff;*/
    overflow:visible;
    background:white;
    width:450px;
    background:-moz-linear-gradient(white,#e1e1e1);
    background:-webkit-linear-gradient(white,#e1e1e1);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
    border-bottom:1px solid #ebebeb;
    border:1px solid #9f9f9f;
    box-shadow:0 1px 4px rgba(0,0,0,0.3);
    /*    cursor:pointer;*/
}

ul.description-nav li div.icon
{
    background-repeat: no-repeat;
    background-position: top left;
    width:42px;
    height:32px;
    margin:10px 0 10px 10px;
    float:left;
}

ul.description-nav li div.icon a
{
    display: block;
    height: 100%;
    width: 100%;
}

ul.description-nav li.nav-main-dashboard div.icon
{
    background-image: url('../images/chalkwork/home/Home_32x32.png');
}

ul.description-nav li.nav-main-activity div.icon
{
    background-image: url('../images/chalkwork/history/History_32x32.png');
}
ul.description-nav li.nav-main-punchout_session div.icon
{
    background-image: url('../images/chalkwork/transaction/Transaction_32x32.png');
}
ul.description-nav li.nav-main-order_requests div.icon
{
    background-image: url('../images/chalkwork/ledger/Ledger_32x32.png');
}
ul.description-nav li.nav-main-order_invoice div.icon
{
    background-image: url('../images/chalkwork/invoice/Invoice_32x32.png');
}

ul.description-nav li.nav-main-configuration div.icon
{
    background-image: url('../images/chalkwork/settings/Settings_32x32.png');
}

ul.description-nav li.nav-main-quote_quote div.icon
{
    background-image: url('../images/chalkwork/entry/Entry_32x32.png');
}

ul.description-nav li.nav-main-reports div.icon
{
    background-image: url('../images/chalkwork/portfolio/Portfolio_32x32.png');
}

ul.description-nav li.nav-main-developer div.icon
{
    background-image: url('../images/chalkwork/tools/Tools_32x32.png');
}

ul.description-nav li div.description
{
    margin:10px 0 10px 0;
    padding-left:15px;
    border-left: 1px solid #9f9f9f;
    float:left;
    width:345px;
}

ul.description-nav li.nav-main-punchout
{
    margin-left:30px;
    width:390px;
}
ul.description-nav li.nav-main-punchout div.description
{
    width:285px;
}

ul.description-nav li div.description .note
{
    display:block;
    font-weight:normal;
    font-size:11px;
}

.dashboard-chart {
    background:white;
    border-bottom:1px solid #ebebeb;
    border:1px solid #9f9f9f;
    box-shadow:0 1px 4px rgba(0,0,0,0.3);
    padding-top: 10px;
    margin-top: 42px; /* Should be removed when the login alert is removed */
    width: 340px;
    position: absolute;
    top: 0;
    right: 0;
}

.dashboard-chart p
{
    text-align: center;
}


ul.accounts, ul.accounts li {
    list-style-type: none;
    margin:20px;
    padding:0;
}

ul.accounts {
    margin-top:20px;
}

ul.accounts li {
    width:150px;
    height:100px;
    position:relative;
    font-family:helvetica,arial,freesans,clean,sans-serif;
    font-weight:bold;
    font-size:13px;
    color:#333;
    /*text-shadow:1px 1px 0 #fff;*/
    overflow:visible;
    background:white;
    background:-moz-linear-gradient(white,#e1e1e1);
    background:-webkit-linear-gradient(white,#e1e1e1);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
    border-bottom:1px solid #ebebeb;
    border:1px solid #9f9f9f;
    box-shadow:0 1px 4px rgba(0,0,0,0.3);
    cursor:pointer;
    margin-right:10px;
    margin-bottom:10px;
    float:left;
}

ul.accounts li a {
    display:block;
    width:150px;
    height:100px;
}

ul.accounts li.compare-accounts a {
    background: url("../images/icons/compare-bars.png") bottom right no-repeat;
}

ul.accounts li a span{
    padding:20px;
    display:block;
}

ul.accounts.single {
    width:150px;
    margin-left:auto;
    margin-right:auto;
}

ul.accounts.single li {
    float: none;
    margin-right:0;
}

ul.accounts.double {
    width:365px;
    margin-left:auto;
    margin-right:auto;
}


.page .page_head
{
    margin-bottom:30px;
    xborder-bottom: 1px solid #bfbfbf
}

.page .page_content {
    min-height: 350px;
    position:relative;
}

dl.mui-tabs {
    width:100%;
    margin:0px 0 0 0;
    padding:0px;
}

dl.mui-tabs dt {

    clear:left;
    float:left;
    width:176px;
    margin:0px;
    padding:0px;

    font-family:helvetica,arial,freesans,clean,sans-serif;
    font-weight:bold;
    font-size:13px;
    color:#333;
    /*text-shadow:1px 1px 0 #fff;*/
    overflow:visible;
    background:white;
    background:-moz-linear-gradient(white,#e1e1e1);
    background:-webkit-linear-gradient(white,#e1e1e1);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
    border-bottom:1px solid #9f9f9f;
    border-left:1px solid #9f9f9f;
    border-top:1px solid #9f9f9f;
    border-right:1px solid #9f9f9f;
    margin-top:1px;
    /*box-shadow:0 1px 4px rgba(0,0,0,0.3);*/
    cursor:pointer;
}

dl.mui-tabs div.controls {
    float:left;
    width:177px;
    border-right:1px solid #9f9f9f;
    padding-bottom:30px;
    padding-top:10px;
    overflow:visible;
}

dl.mui-tabs div.controls dt {
    float:none;
}

dl.mui-tabs dt.on {
    background:white;
    border-right:1px solid white;
}

dl.mui-tabs dt span {
    display:block;
    padding:10px;
}

dl.mui-tabs dd {
    clear:right;
    float:right;
    position:relative;
    width:610px;
    margin:1px;
    padding:0px;
    display:none;
}

dl.mui-tabs dt:first-child {
    /*margin-top:20px;*/
}

dl.mui-tabs dd > div.container {
    padding:0px 0px 0px 20px;
}

dl.mui-tabs dd.on {
    display:block;
}

div.editor {
    margin:0;
    padding:0;
    width:100%;
    position:relative;
}

.editor_controls {
    position:absolute;
    height:30px;
    top:-30px;
    right:0px;
}

.editor_controls ul,
.editor_controls li {
    list-style: none;
    border:0;
    margin:0;
}

.editor_controls li {
    float:left;
    border-right: 1px solid #bfbfbf;
    height:30px;
}

.editor_controls li:first-child {
    border-left: 1px solid #bfbfbf;
}

.editor_controls li a {
    display:block;
    padding:2px 10px;
    text-align:center;
    /*width:60px;*/
    margin-right:1px;
    text-decoration:none;
    color: #333;
    font-weight: bold;
}


table.mui-lists {
    margin:0px;
    padding:0px;
    width:100%;
}

div.editor table.mui-lists {
    margin:0px;
    padding:0px;
}

table.mui-lists td {
    margin:0px;
    padding:0px;
    vertical-align: top;
}

table.mui-lists td span {
    display:block;
    margin:5px;
}

table.mui-lists tr.header td{
    font-weight:bold;
    background-color:#f0f0f0;
    border-bottom:1px solid #afafaf;
}


table.mui-lists td.utime {
    min-width: 100px;
}

table.mui-lists td.open,
table.mui-lists td.delete,
table.mui-lists td.action {
    width:50px;
    text-align:center;
}

.tools table.mui-lists {
    width:100%;
}

.tools .frmValue label {
    margin: 5px 0px;
    display:block;
}

.frmValue input[type=radio],
.frmValue input[type=checkbox]
{
    margin-right:5px;
}
.frmValue label {
    margin-right:10px;
}

.tools dl.mui-tabs dd
{
    width:595px;
}


.mui-form .right-box {
    position:absolute;
    top:0px;
    right:0px;
    width:130px;
    /* float:right; */
}


table.punchout_cart
{
    width:95%;
    margin-top:5px;
    border-bottom:1px solid #e0e0e0;
}


table.punchout_cart td span
{
    display:block;
    overflow:hidden;
    width:98%;
}

table.punchout_cart tr.item td {
    padding-top:4px;
    padding-bottom:4px;
    border-top:1px solid #e0e0e0;
}

table.punchout_cart td.partid {
    width:75px;
}

table.punchout_cart td.quantity {
    padding:0 20px;
    width:20px;
}

table.punchout_cart td.unitprice {
    text-align: right;
    width:140px;
}
table.punchout_cart td.unitprice span {
    display: inline;
    white-space: nowrap;
}

table.punchout_cart td.description {
    padding:0px 5px 0px 10px;
}

table.punchout_cart td.description .extras {
    font-size:11px;
}


.report-form-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 100%;
}

.report-form-header p {
    float: right;
    position: relative;
    top: -42px;
}

/*.report-form-label {*/
/*    margin-bottom: -3em;*/
/*}*/
.report-form-label p {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.report-form-label p.backout {
    float: right;
    position: relative;
        top: -90px;
}
.report-form-label label {
    display: inline-block;
    width: 200px;
}
.report-form-label input {
    margin-right: 5px;
}

#report_chart_div {
    height:400px;
    background:#efefef;
    border: 1px solid #8f8f8f;
}

#report_form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#report_form #date-label,
#report_form #date-element,
#report_form #catalog-label,
#report_form #catalog-element,
#report_form #route_id-label,
#report_form #route_id-element,
#report_form #mode-label,
#report_form #mode-element,
#report_form #lens-label,
#report_form #lens-element,
#report_form #View-label,
#report_form #View-element,
#report_form #target_currency-label,
#report_form #target_currency-element,
#report_form #show_only_currency-label,
#report_form #show_only_currency-element,
#report_form #display-label {
    float:left;
    margin:0;
}
#report_form #date-element {
    margin-left:-5px;
}
#report_form #accounts-label {
    float: left;
    font-weight: bold;
    margin-bottom: 0.5em;
}
#report_form #accounts-element {
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    width: 880px;
}
#report_form #accounts-element label {
    display: inline-block;
    width: 220px;
}
#report_form #accounts-element input {
    margin-right: 5px;
}
#report_form #target_currency-label,
#report_form #show_only_currency-label,
#report_form #unused-label,
#report_form #target_currency-element,
#report_form #show_only_currency-element,
#report_form #display-element {
    margin-top: 1em;
}
#report_form #target_currency-label,
#report_form #show_only_currency-label,
#report_form #display-label {
    clear: both;
}

#trend-element {
    clear: left;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: -15px;
}

#trend-element label {
    float: left;
    margin-left: 15px;
}

#View-element {
    clear: left;
    float: left;
    margin-left: -1px;
}

ul#tabbed_report_nav,
ul#tabbed_nav {
    border-bottom: 1px solid #444;
    display: inline-block;
    list-style: none;
    width: 100%;
}
ul#tabbed_nav {
    padding: 0;
    margin: 0 0 0.5em 0;
    width: 100%;
}
ul#tabbed_report_nav li,
ul#tabbed_nav li {
    background: #fff;
    border: 1px solid #444;
    color: #444;
    cursor: pointer;
    display: block;
    float: right;
    margin: 0 4px -1px 0;
    padding: 5px 8px;
    text-decoration: none;
}
ul#tabbed_nav li {
    text-transform: capitalize;
    float:left;
}
ul#tabbed_report_nav li.youarehere,
ul#tabbed_nav li.youarehere {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000;
    }

.hidden {
    display: none;
}

ul.icons {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
ul.icons li {
    cursor: pointer;
    float: left;
    list-style: none outside none;
    margin: 2px;
    padding: 4px 0;
    position: relative;
}

ul.icons li a {
    display:block;
    text-decoration:none;
    padding:1px 0px;
    font-size:11px;
    color:#999;
    width:26px;
    text-align:center;
}

ul.icons li a.ui-icon {
    margin:0px 4px;
    padding:0px;
    width:16px;
}



div.tools {
    margin:0;
    padding:0;
    width:100%;
    position:relative;
}

div.tools .options {
    position:absolute;
    height:30px;
    top:-35px;
    right:0px;
}


.tools .options .frmGroup,
.tools .options .frmName,
.tools .options .frmValue {
    display:inline;
}

.tools .options .clear {
    display:none;
}

.tools .options input.date {
    width: 75px;
}

.tools .options .date_select {
    display:none;
}

.tools .options input,
.tools .options select {
    width:auto !important;

}

.frmSet.singlerow .frmGroup .frmName {
    float:left;
    width:150px;
}

.frmSet.singlerow .frmGroup .frmValue {
    float:left;
}

.frmSet.singlerow.textonly .frmGroup .frmValue {
    padding-top:5px;
}

.frmSet.actions .frmValue {
    padding-top:5px;
    padding-left:15px;
}

.frmSet.actions .frmValue .item {
    margin-bottom:5px;
}


.frmSet.actions .frmValue .item .name {
    font-weight:bold;
}

.frmSet.actions .frmValue .item .description {
    /* font-style: italic;*/
}

.frmSet.actions .frmValue .item .content-type {
    color:#afafaf;
    font-style: italic;
}


.frmSet.htmlview .order-request {
    margin:10px 0px !important;
    width:99% !important;
}

.frmSet .frmGroup.pct5,
.frmSet .frmGroup.pct10,
.frmSet .frmGroup.pct15,
.frmSet .frmGroup.pct20,
.frmSet .frmGroup.pct45,
.frmSet .frmGroup.pct70{
    clear: none;
    float: left;
}
.frmSet .frmGroup.pct5 input,
.frmSet .frmGroup.pct10 input,
.frmSet .frmGroup.pct15 input,
.frmSet .frmGroup.pct20 input,
.frmSet .frmGroup.pct45 input,
.frmSet .frmGroup.pct70 input{
    margin-right: 0;
    width: 100%;
}
.frmSet .frmGroup.pct5 .frmName,
.frmSet .frmGroup.pct10 .frmName,
.frmSet .frmGroup.pct15 .frmName,
.frmSet .frmGroup.pct20 .frmName,
.frmSet .frmGroup.pct45 .frmName,
.frmSet .frmGroup.pct70 .frmName{
    height: 2em;
}

.frmSet .frmGroup.pctpad {
    margin-right: 5%;
}

.frmSet .frmGroup.pct70 {
    width: 70%;
}
.frmSet .frmGroup.pct45 {
    margin-right: 5%;
    width: 40%;
}
.frmSet .frmGroup.pct20 {
    width: 20%;
}
.frmSet .frmGroup.pct15 {
    width: 15%;
}
.frmSet .frmGroup.pct10 {
    width: 10%;
}
.frmSet .frmGroup.pct5 {
     width: 5%;
 }

.frmSet .fieldSuffix {
    display: inline-block;
    float: left;
    margin: 3.7em 5% 0 0.5em;
}

.data_array {
    margin: 3px;
    list-style: none;
    padding-left: 30px;
    font-family:Courier;
    font-size:12px;
}
.value_array {
    line-height: 60%;
}


.title {
    font-weight: bold;
    font-size:12px;
}
.data_content {
    padding: 6px 0px 3px 6px;
    font-size:12px;
}

#accordion,
#so-accordion,
#accordion div,
#so-accordion div,
#accordion table td,
#so-accordion table td
{
    font-size:12px;
    color: #000000;
}

#accordion .ui-accordion-content,
#so-accordion .ui-accordion-content,
#accordion .ui-accordion-header,
#so-accordion .ui-accordion-header{
    background: #fff;
}

.title_array {
    font-weight: bold;
    font-family: Courier;
    font-size: 12px;
    padding: 6px;
    background-color: #fff;
    background-position: center left;
    margin-top: 3px;
}

.hiders {
    display: none;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 85%;
    vertical-align: middle;
    float: none;
    clear: both;
}
.center-text {
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
.float-left {
    float: left;
    vertical-align: middle;
    margin: 1ex 1em;
}
.indent-block {
    clear: both;
    float: none;
    margin-left: 7em;
}

.block-truncate {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

