@charset "utf-8";
/* CSS Document */
body {background: #e0e0e2;}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}
/* Removes lemgth and Search boxes */

.dataTables_filter {
	display: none; 
}

.dataTables_length {
	display: none; 
}
/* Search and Home Links */
.customLink {
    min-width: 80px;
    max-width: 80px;
}


/* Hide Poppy */
@media (max-width: 800px) {
    .img-rounded  {
        display:none;
    }

@media (max-width: 767px) {
	h1 {font-size: 18px;
		text-align: center;
		}
}

@media (max-width: 320px) {
	h1 {font-size: 14px;
	}
	
}

