html, body {
  height: 100%; }

html, body, #navbar, #navbar ul {
  margin: 0;
  padding: 0; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

#columnar {
  /* border: 2px solid DeepSkyBlue; */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px; }

.columnar-item {
  /*border: 2px solid LightCoral;*/
  align: center; }

.terms {
  /*text-align: center;*/ }

.wrow {
  /*border: 2px solid Purple;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  /*space-around;*/
  align-content: space-around; }

.wcol {
  /*border: 2px solid Purple;*/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start; }

.witem {
  /*border: 2px solid Blue;*/
  padding-right: 0.5%;
  padding-bottom: 0.25%; }

#content-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto; }

#main, #sidebar {
  padding: 20px;
  overflow-y: auto;
  border: 4px solid gray; }

#main {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -moz-box-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4;
  border-right: 0; }

#sidebar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100px; }

#header, #adbar {
  background-color: #000088;
  background: linear-gradient(to right, #000088, green); }

#header {
  height: 50px; }
  #header #logo {
    padding: 3px;
    margin: -14px 10px; }
  #header ul {
    list-style-type: none;
    overflow: hidden;
    padding: 14px 40px;
    margin: 0; }
    #header ul:child:after {
      content: '\3E';
      margin-left: 0.3em; }
    #header ul li {
      color: white;
      display: inline; }
      #header ul li:first-child {
        font-size: 120%; }
      #header ul li.active a {
        border-radius: 20px;
        background-color: #4444BB;
        background: radial-gradient(#5555cc, #4444bb, #222277); }
      #header ul li:after {
        content: '\3E';
        margin-left: 0.3em; }
      #header ul li:last-child:after {
        content: none; }
      #header ul li a {
        color: yellow;
        text-decoration: none;
        text-shadow: 0px 0px 10px #000;
        padding: 20px; }
        #header ul li a:hover {
          color: white;
          text-shadow: 0px 0px 10px #FFF; }

.article-title {
  display: inline-block; }

.article-date {
  display: inline-block;
  float: right; }

.linked-subject {
  word-wrap: break-word; }

.linked-date {
  white-space: nowrap; }

.prev-next {
  clear: both; }
  .prev-next a {
    text-decoration: none;
    color: #000088; }
    .prev-next a:hover {
      color: green; }

.prev-link {
  float: left; }

.next-link {
  float: right; }

.merged-content {
  clear: both; }

#sidebar {
  background: #E0E7E0; }
  #sidebar ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0; }
    #sidebar ul li {
      margin-bottom: 10px; }

.rank-class-bad {
  color: red;
  font-weight: bold;
  text-align: right; }

.rank-class-good {
  color: green;
  font-weight: bold;
  text-align: right; }

.rank-class-none {
  text-align: right; }

.input-rank-header {
  text-align: right;
  font-weight: bold; }

.input-rank-text {
  text-align: right; }

.input-rank {
  text-align: left; }

.input-button {
  font-size: 200%;
  font-weight: bold; }

.recent-articles {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .recent-articles th {
    text-align: left;
    font-size: 150%; }
  .recent-articles tr:nth-child(even) {
    background-color: #F0F0F0; }
  .recent-articles td {
    vertical-align: middle;
    padding: 3px; }
