/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
div.author {
	display: none;
}

.postauthor {
	width: 615px;
	float: left;
	margin: 12px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid #aaa;
	background-color: #fff;
	padding: 0px;
}

.innerpostauthor {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 100%;
	background-color: #F4F6F8;
	min-height: 125px;
	margin: 1px;
	padding: 5px;
}

.innerpostauthor img {
	float: left;
	margin: 0 12px 0 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #aaa;
}

.innerpostauthor a:hover img {
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
}

.postauthorabout {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 18px;
	margin: 0 0 12px;
}

/* hide byline text */
.entry-header .entry-meta {
	display: none;
}

/* Force scrollbars onto browser window */
body {
	margin-bottom: 0%;
}

/* Box styles */
.myBox {
	border: none;
	padding: 0px;
	font: 24px/36px sans-serif;
	width: 350px;
	height: 300px;
	overflow: scroll;
}

/* Scrollbar styles */
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
	background: #999;
}

.single .post-comments {
	display: none;
}

.table-wrapper-scroll-y {
	display: block;
	max-height: 400px;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
	margin-bottom: 0;
}
/* Force scrollbars onto browser window */
body {
margin-bottom: 0%;
}

/* Box styles */
.myBox {
border: none;
padding: 0px;
font: 24px/36px sans-serif;
width: 200px;
height: 200px;
overflow: scroll;
}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
box-shadow: inset 0 0 10px olivedrab;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background: yellowgreen; 
box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

::-webkit-scrollbar-thumb:hover {
background: #7bac10;
}
.container {
    height: 70%;
}
.vl {
  border-left: 3px solid green;
	height: 280px;
	position: absolute;
  left: 48%;
	top: 70;
}


