/* CSS placed here will be applied to all skins */
/* Pad Google AdSense box in portlet in sidebar */
/*#toc::after {
    contents: "<h1>Test</h1>";
}*/
#p-googleadsense {
    position:absolute;
    top: 21px;
    right: 0;
    z-index: 1000;
}
#p-cactions {
  margin-left: 3em;
}
#p-navigation {
   position:absolute;
    top: 150px;
    left: 0px;
  z-index: 1000;
}
#footer {
    margin-right: 15em;
    margin-left: 15em;
}
#content{
    margin-right: 15em;
    margin-left: 15em;
}
.portlet {
    width: 14em;
}
#p-search {
   position:absolute;
    top: 352px;
    left: 0px;
  z-index: 1000;
}
#p-tb {
   position:absolute;
    top: 450px;
    left: 0px;
  z-index: 1000;
}
#p-googleadsense .pBody {
    padding-top: 5px;
    text-align:  center;
}
#content {
    border-right: thin solid gray;
}
#footer {
    border-right: thin solid #fabd23;
    border-left: thin solid #fabd23;
}