.section {
    float: left;
    margin-left: 10px;
    min-width: 250px;
    width: 47%;
}

.taglib-header .header-title {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: .1em;
}

.aui h3 {
    color: #8d8d8d;
    font-size: 20px;
    font-weight: normal;
}

.section li {
    list-style: none;
    margin: 0;
    padding-left: 25px;
}

.section h3 {
    background: no-repeat scroll 2px 50%;
    border-bottom: 1px solid #CCC;
    line-height: 1.5;
    margin-bottom: .5em;
    padding-left: 25px;
}

.entity-email-addresses h3 {
    background-image: url(/html/themes/control_panel/images/mail/unread.png);
}

.entity-websites h3 {
    background-image: url(/html/themes/control_panel/images/common/history.png);
}

.entity-addresses h3 {
    background-image: url(/html/themes/control_panel/images/common/home.png);
}

.entity-phones h3 {
    background-image: url(/html/themes/control_panel/images/common/telephone.png);
}

.entity-services h3 {
    background-image: url(/snid-theme/images/common/services.png) !important;
}

.section.entity-details .details .property-list dt:first-child{display: none;}
.section.entity-details .details .property-list dd:first-of-type{display: none;}

.primary {
    background: #fff url(/snid-theme/images/common/check.png) no-repeat 3px 50%;
    color: #020509;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
}

.download {
    background: #fff url(/snid-theme/images/common/download.png) no-repeat 3px 50%;
    color: #020509;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
}

table.org-labor-table {
    border: 1px solid white;
    margin-bottom: 30px;
    margin-top: 10px;
}

table.org-labor-table td {
    background-color: #efefef;
    padding: 5px;
    text-align: center;
}

table.org-labor-table td.no-color {
    background-color: #FFF;
}

table.org-labor-table th {
    background-color: #999;
    color: white;
    padding: 1px 5px 1px 5px;
}

.entity-addresses .mailing-name {
    display: block;
    font-style: italic;
}

.clear{
    clear: both;
}

.h2.h2-title.margin-t-20.margin-b-40{
    display:none;
}

.h2.h2-title.margin-t-20.margin-b-40.site-title {
    display: block;
    margin-bottom: 10px;
}

.h3.h3-title.margin-b-20 {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}