.container-screen{
	position: relative; 
	left: 0; 
	top: 0; 
	width: 100% !important; 
	height: auto; 
	margin-left: auto; 
	margin-right: auto;
}

.container-inside{
	position: absolute; 
	top: 5%; 
	left: 4.9%; 
	overflow-y: scroll; 
	display: inline-block; 
	width: 90%; 
	max-height: 65%;
}

.span-8{
	width:100%;
}

.overlay .article-title:before{
  content:url('http://www.makweb.co.za/assets/mak-logo-orange-clear-50px.png');
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  margin:10px;
  max-height: 50px;
}

.meta-info{display:none;}

.content-main{padding:3% 20px;}

@media screen and (max-width: 600px) {
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #ff9933; font-weight:bold;font-size:1.3em;}
tbody td {display: block;  text-align:center;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;
  }
  .tablepress tbody tr:first-child td{border-top:1px solid #ddd;}
}

.menu-main-menu-container li a {
  color: #FFF;}