/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

.content-con table{
	margin: 20px 0;
}
.content-con table td{
	border : 1px solid #fff;
}
.content-con h6 {
    text-transform: none;
    color: #93A1A2;
}
@media screen and (max-width: 767px) {
    div#navigation{
		top: 62px;
        right: 0;
	}
    .nav-pills {
        float: left;
    }
    .nav-pills > li {
         float: none;
    }
}