div#top-a {
    display: inline-block;
    margin: 11px 0px 11px 0px;
    width: 100%;
}
.itemListCategory {
    padding: 11px 0px 0px 11px;
    line-height: 0px;
}

h3.allmode-title {
    margin: 11px 0px 9px 0px;
    font-size: 16px;
}
div.subCategoryContainer {
    float: left;
    width: 33.3%;
}

div.subCategory {
    height: 62px;
    background: #fafafa;
    border: 1px solid #ddd;
    margin: 0px 0px 3px 2px;
    padding: 0px 3px 7px 7px;
}
div.subCategory h2 {
    font-size: 16px;
    line-height: 20px;
    color: #777;
}

div.itemExtraFields ul {
    list-style: none;
    color: #3b3b3b;
}
div.allmode-items {
    padding: 7px;
}
div.allmode-topitem {
    position: relative;
    padding: 9px 3px 3px 9px !important;
    border: 2px solid #777;
    width: 46%;
    float: right;
    height: 120px;
    background: #fcfcfc;
    margin: 3px 3px 3px 3px;
    border-radius: 9px;
}
.allmode-info {
    font-size: 12px;
    color: #737373;
    line-height: 17px;
    padding: 0;
}
span.allmode-date {
    background: no-repeat;
    margin-right: 7px;
    padding-right: 10px;
    border-right: 1px solid #dedede;
}
img#allevents {
    float: left;
    margin: 0px 11px 3px 0px;
    border-radius: 7px;
    max-height: 80px;
}
span.allmode-hits {
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    background-size: 12px;
    padding-left: 15px;
    padding-right: 10px;
    border-right: 1px solid #dedede;
}
span.allmode-cat {
    margin-left: 10px;
    font-weight: 700;
}
.allmode-text {
    font-size: 14px;
    font-weight: normal;
}
.itemImageBlock {
    float: right;
    margin: 0px 0px 3px 11px;
}
aside.article-aside {
    float: left;
}
.video {
    margin: 25px 11px 11px 11px;
}
span.allmode-print {
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    background-size: 14px;
    padding-left: 16px;
    padding-right: 9px;
    border-right: 1px solid #dedede;
}
.itemIntroText {
    margin: 11px 0px 11px 0px;
    font-size: 16px;
    text-align: justify;
}
.itemFullText {
    font-size: 16px;
    text-align: justify;
}
.itemFullText a {
    color: #0a6195;
    text-decoration: none;
}
.itemFullText a:hover {
    color: #cd0606;
    text-decoration: none;
}
ul.sigProContainer {
    margin: 8px auto!important;
    padding: 8px 0!important;
    list-style: none;
    clear: both;
    overflow: hidden;
}
a.itemPrintThisPage {
    display: block;
    width: 160px;
    margin: 4px auto 16px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}
.itemImageGallery {
    border-top: 1px solid #dee2f1;
    overflow: hidden;
}
li.sigProThumb {
    float: left;
    margin: 5px;
}
div.itemListCategory h2 {
    color: #777;
}
/* Style the tab */
div#org {
    display: block;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}