body {
    font-family: "Roboto" !important; 
    background-color: #888b8d !important;	
	text-align: center !important;

}

.jqx-chart-axis-text,
.jqx-chart-label-text,
.jqx-chart-legend-text {
    fill: #fafafa;
    color: #fafafa;
    font-size: 12px;
    font-family: Tahoma;
}


.jqx-chart-axis-description {
    fill: #fafafa;
    color: #fafafa;
    font-size: 12px;
    font-family: Tahoma;
}

.jqx-chart-title-text {
    fill: #fafafa;
    color: #fafafa;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}
.container {
	 background-color: white !important;
}
.jqx-chart-title-description {
    fill: #fafafa;
    color: #fafafa;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
}



div#chartContainer {    
    width: 680px;
    height: 371px;
    /*margin-top: 6px;*/
	margin-left: 15px;
}

.head {
	background-color: #da291c;
	color: white;
}

table.outer td {
    vertical-align: top;

}

table#maag {
    margin: auto;
    width: 60%;
	height: 50%;
    border: 3px solid green;
    padding: 10px; 
	
}

table#maag tr:first-child {
    background-color: #ed8b00;
    font-weight: bold;
}

table#maag tr:last-child  {
    background-color: #b7bf10;
    color: black;
}

/*
table#maag tr:last-child  {
    background-color: #4CAF50;
    color: white
}
*/



table#maag td,th {
    padding: 10px
}

table#top5 {        
    /*margin-top: 5px;*/
    padding: 5px;
}

table#top5 td, th {            
    padding: 10px;
}

table#top5 tr:first-child {
    background-color: #4298b5;
}

#information {
	font-size: 1em;
}
	

table#top5 tr:nth-child(3){
    background-color: #95A5A6;
}
table#top5 tr:nth-child(4){
    background-color: #DADFE1;
}
table#top5 tr:nth-child(5){
    background-color: #95A5A6;
}
table#top5 tr:nth-child(6){
    background-color: #DADFE1;
}
table#top5 tr:nth-child(7){
    background-color: #95A5A6;
}

.thinborder, .thinborder th, .thinborder td {
    border: 1px solid black;
    border-collapse: collapse;                
    padding: 2px 2px 2px 6px;   
    vertical-align: middle;        
} 


.thinborder th, .thinborder td {
    font-size: 1.5em;
}

.center {
    text-align: center;
    width:100%;
    padding: 10px 0 10px 0;
    font-size: 1.5em;
}


#calendar {
    width: 100%;
	height: 100% !important;
    border: black 3px solid;
    margin-top: 15px;
    padding: 10px;
    /*background-color: floralwhite;*/	 
}

.fc-content {
    text-align:center !important ;
}

.fc-row {
    height: auto !important ;
}

.fc-day-grid-container {
    height: auto !important;
}

.fc-day-header {
    background-color: skyblue !important;
	color: black ;
}

.fc-day-number {
	color: black !important;
	
}
/*
.fc-other-month {
	opacity: 2 !important;
	background: #D9CAAB !important;
}
*/

.fc-today {
	background: #efe6b8 !important;
}
