div.tab-movers {
	background-color: #F0F0F0;
	width: 100%;
}
div.tab-movers li {
	background-color: #fff;   /*#F0F0F0;*/
	/*border-bottom: 1px solid #ddd;*/
	/*color: #38b449;*/
	cursor: pointer;
	float: left;
	font-size: 14px;
	outline: none;
	list-style: none;
	padding: 12px 16px;
	text-align: center;
	width: 50%;
}
div.tab-movers li {
	cursor: pointer;
}
div.tab-movers li.active {
	background-color: #f9f9f9;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom-color:#f9f9f9!important;
	border-radius: 4px 4px 0px 0px;
	/*color: #555;*/
	cursor: default;
}
.tab-movers-content {
	background-color: #F0F0F0;
	border-top: none;
	display: none;
	margin-bottom: 20px;
	padding: 0px;
	width: 100%;
}
.title-all h4{
	/*color: #38b449;*/
	font-size:18px;	
	font-weight:500;
	line-height:1.1;	
	margin-bottom:10px;
	margin-top:10px;
	text-transform:uppercase;
}
.color-time{
	background-color:#00ffff;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;		
}
.table {
    color: #333;	
    font-family: arial;
	max-width: 100%;
	margin-bottom: 20px;
	width: 100%;
}
.table > thead:first-child > tr > th:first-child {
	background-color: rgba(122, 184, 0, 0.075) !important;
}
.table > thead:first-child > tr > th:nth-child(3),
.table > thead:first-child > tr > th:nth-child(5) {
	background-color: rgba(122, 184, 0, 0.075) !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border-top: 1px solid #ddd;
	font-size: 12px;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
.table > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}
.table > thead > tr > th {
	font-size: 1.3em;
}
.w_15{
	width:15%;
}
.w_55{
	width:55%;
}
.wrap{
	word-wrap:break-word;	
}
b, strong {
	font-weight: 700;
}
th {
	text-align: left;
}
@media all and (max-width: 950px) and (min-width: 530px){
	div.tab, .tab-movers-content {
		width: 100%;
	}
}
@media all and (max-width: 530px) {
	div.tab, .tab-movers-content {
		width: 100%;
	}

	.table, .table thead, .table tbody, .table thead tr, .table tbody tr td {
		display: inline-block !important;
	}
	/*.table > thead:first-child > tr > th:first-child {
		width: 4% !important;
	}*/
}