hr {
  border: none;
  border-bottom: 1px solid #999;
}

#menubar {
   background: none;
   border:none;
   padding: 5px;
}

#menubar h3{
   background-color: #7FCDD9;
   color: #fff;
   font-size: 135%;
   padding: 7px;
   text-shadow: 0 1px 0 rgba(250,250,250,0.5);
   -webkit-border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
   border-radius: 4px 4px 0 0;
   border-bottom: 1px solid #7BBAC4;
}
#menubar ul {
   background-color: #fff;
   list-style-type: none;
   list-style-image: none;
   margin: 0px;
}
#menubar li {
   line-height: 25px;
   list-style-type: none;
   list-style-image: none;
   font-size: 110%;
   padding: 0px 7px;
   border: 1px solid #999;
   border-top: none;
}
#menubar li a{
   display: inline-block;
   width: 100%;
   text-decoration: none;
   color: #333;
}

#menubar li:hover{
   background-color: #d0ebf3;
}

#wikibody h3 {
   font-size: 150%;
   margin: 8px 0px;
}
#wikibody h3 > a {
   font-weight: bold;
   padding-right: 2px;
}

#wikibody img {
   box-shadow: 0 1px 4px #ccc;
}
#wikibody .tabletag table {
   width: 750px;
   border-collapse:collapse;
   box-shadow: 0 1px 4px #ccc;
}
#wikibody .tabletag td{
   border: 1px solid #ccc;
   text-align: center;
   line-height: 24px;
}
#wikibody .tabletag tr:nth-child(1) {
   font-weight: bold;
   font-size: 115%;
   line-height: 26px;
}
#wikibody .tabletag tr:nth-child(odd) td{
   background-color:#F0F0F6;
}
#wikibody .tabletag tr:nth-child(even) td{
   background-color:#fff;
}
#wikibody .redword{
   color: red;
}
#wikibody pre {
   font-size: 120%;
   width: 770px;
   line-height: 1.5;
}

#wikibody .alert {
   width: 780px;
   padding: 6px 10px;
   margin-bottom: 18px;
   text-shadow: 0 1px 0 rgba(255,255,255,0.5);
   border: 1px solid #fbeed5;
   background-color: #ffeec9;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
}
#wikibody .alert_info {
   color: #3A87AD;
   background-color: #D9EDF7;
   border-color: #BCE8F1;
}
#wikibody .alert_error {
   color: #a62015;
   background-color: #ffd4d1;
   border-color: #ffcdc9;
}
#wikibody .message_info {
   color: #000000;
   background-color: #D9EDF7;
   border-color: #BCE8F1;
}
#wikibody .message_error {
   color: #000000;
   background-color: #ffd4d1;
   border-color: #ffcdc9;
}