/* Enter Your Custom CSS Here */
.mywiki-header-menu a {
    text-transform: none;
}

.navbar-nav > li > a {
    padding-right: 15px !important;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-right: 35px;
}

.navbar-default .navbar-brand {
    color: rgba(4, 141, 175, 1);
    font: 38px Georgia;
    text-shadow: 3px 3px 1px #ececec;
}

.top-menu {
    margin: 10px 0px 10px 0px !important;
}

.logo {
    padding: 15px 15px 10px 15px !important;  
}

table {
  border: 0;
  width: 100%;
}

tr {
  border-bottom: 1px dotted #ababab;
  border-top: 1px dotted #ababab;
}

/* odd or even */
tr:nth-child(even)  {
     background: #E5E5E5;
}

tr:nth-child(odd)  {
     background: #F9F9F9;
}

td {
  padding: 5px;
}




.wid-cat-container li:first-child {
    margin: 7px 3px 3px 3px;
}

.wid-cat-container li {
    padding-left: 20px;
    margin: 2px 0 2px 3px;
    background-position: -3px 12px;  
}

td:last-child { white-space: nowrap; }