.wrap-this { 
    float: right;
    margin: 0px 20px 0px 20px;
}

.contact-name { padding: 5px 0; font-size: 20px; color: #471e60; }
.contact-phone { line-height: 1.5; font-size: 18px; }
.contact-email { line-height: 1.5; font-size: 18px; }
.contact-email a {color: #000;}

.partner-name { font-size: 20px; color: #000000;}
.partner-title { font-size: 16px; color: #471e60; }

th {font-weight: bold;}
td, th {font-size: 12px; padding: 2px 40px 2px 0px;}

.ui-accordion-container a.handle {
    /* Make it easy to operate this control by extending link across width of page. */
    display: block;
    width: 100%;
    
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 7px;
}

#content .ui-tabs-nav li {
    background: none;
    padding: 0;
}

.article ul.ui-tabs-nav {
    padding: 0;
}

.r {text-align: right;}

.grid {
    width: 100%;
}
.grid th {
    text-align: center;
}

.grid td, .grid th {
    padding: 5px 10px 5px 10px;
    border: thin solid grey;
}

.grid td.detail {
    text-align: center;
    padding: 4px 0px 4px 0px;
    font-size: 9px;
}

.newsticker {
  height: 100px;
  list-style-type: none;
  background: #fff;
  padding: 3px;
  margin: 0;
}