
@media screen and (max-width: 949px) {
	.cols {
		display: none;
	}
}
.popup_options {
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1000;	
}

.popup_options ul {
	border: 1px solid #ecf0f1; 
	background-color: #7f8c8d; 
	color: white; 
	width: auto; 
	display: inline-block;
}

.maf4_list tr td:last-child {
	padding-right: 10px;
}
.popup_options  li:hover {
	background-color: #95a5a6;
	cursor: pointer;
}
.popup_options  li {
	border-bottom: 1px solid #ecf0f1; 
	padding: 10px;
	list-style: none;
	text-align: left;	
}
.popup_options li a{
	color: white;
	text-decoration: none;
	font-weight: 500;
}
.popup_options .icon {
	width: 32px;
	text-align: center;
	display: inline-block;
}

.status {
	background-color: #ecf0f1;
	float: right;
	color: #2c3e50;
	padding: 2px;
	margin-right: 8px;
}


.maf4_overlay {
	background-color: black; 
	opacity: 0.3;  
	position: fixed; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
}

.maf-list > li {
	list-style: none;
	border: 3px solid #ecf0f1;
	background-color: #95a5a6;
	color: white;
	border-bottom: none;
	padding: 5px;
	cursor: pointer;
}
.maf-list > li:hover {
	background-color: #7f8c8d;
}
.maf-list .secondary {
	fleat: left;
	font-size: 12px;
	font-weight: 100;
}

.maf-list > li:first-child {
	border-radius: 0px 0px 0px 0px;
}
.maf-list > li:last-child {
	border-bottom: 1px solid transparent;;
	border-radius: 0px 0px 0px 0px;
}
.maf-list .options a {
	color: white;
}
.maf-list .options {
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;	
}
.maf-list .options ul {
	border: 1px solid #ecf0f1; 
	background-color: #7f8c8d; 
	color: white; 
	width: auto; 
	display: inline-block;
}
.maf-list .options  li:hover {
	background-color: #95a5a6;
	cursor: pointer;
}
.maf-list .options  li {
	border-bottom: 1px solid #ecf0f1; 
	padding: 10px;
	list-style: none;
	text-align: left;	
}
.maf-list .options li a{
	text-decoration: none;
	font-weight: 500;
}
.maf4_overlay {
	background-color: black; 
	opacity: 0.3;  
	position: fixed; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
}

.maf-list .list-col {
	float: right; padding-top: 10px;
}

.maf-list span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
