/* Color redirect links */
.mw-redirect {
color: darkgreen;
text-decoration: underline !important;
}
/* Get rid of annoying book box and warning on edit page. */
.mw-editTools,
#editpage-copywarn,
#p-coll-create_a_book {
display: none;
}
@media print {
#firstHeading {
margin: 0px;
}
}
/*@media only screen and (max-width:768px) {*/
/* !important to ignore inline styles */
/* .mw-content-ltr table,*/
/* .mw-content-rtl table {*/
/* max-width: 100% !important;*/
/* float: none !important;*/
/* margin-left: auto !important;*/
/* margin-right: auto !important;*/
/* }*/
/* div.thumb {*/
/* float: none;*/
/* clear: none;*/
/* margin: .5em auto;*/
/* }*/
/* div.thumbinner {*/
/* margin: 0 auto;*/
/* max-width: 100%;*/
/* }*/
/* a img {*/
/* max-width: 100%;*/
/* height: auto;*/
/* }*/
/* table a > img {*/
/* max-width: none;*/
/* }*/
/*}*/