body{background:#129fea;color:#303030;font-family:tahoma, verdana, sans-serif;margin:0;padding:15px 0 0;}
.pure-menu-horizontal {
    white-space: normal;
	
}
.pure-menu{
margin:auto;max-width:982px;background:#fff;}
#container{background:#fff;margin:auto;max-width:980px;border:1px solid #eeeeee}
#main {max-width:940px}
#footer{}
.photo{background-color:#f0f0f0;border:1px solid #d8d8d8;margin:3px 3px 3px;padding:2px;vertical-align:middle}
.timestamp{font-size:1.2em;color:#606060;margin:-12px 0 12px 0;}
.right{margin:-8px 0 8px 0;text-align:right;}
.block{background:#f0f0f0;padding:10px;}
.hide{display:none;}
.pure-table td{padding:10px}
.l-box {padding:1em}
.rouge{color:red}
.orange{color:orange}
.jaune{color:yellow}
table{margin:0 auto;}
.highlight-box {
    border-left: 7px solid #ff8d1d;
}
.highlight-box.green {
    border-color: #4bd059!important;
}
.highlight-box {
    background: #f5faff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}
.current{border-bottom: 2px solid;}
ul {list-style-type: none;}
.footer{padding:10px;}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
    tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		text-align: right;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	#reel td:nth-of-type(1):before { content: " ";text-align: left;  }
	#reel td:nth-of-type(2):before { content: "Bloqué";text-align: left; }
	#reel td:nth-of-type(3):before { content: "Dépendant de l'utilisateur";text-align: left; }
	#reel td:nth-of-type(4):before { content: "Compromis";text-align: left; }
	#reel td:nth-of-type(5):before { content: "Taux de Protection";text-align: left; }
    #reel td:nth-of-type(6):before { content: "Niveau de Protection";text-align: left; }
    /*
	Label the data
	*/
	#perfs td:nth-of-type(1):before { content: " "; }
	#perfs td:nth-of-type(2):before { content: " "; }
	#perfs td:nth-of-type(3):before { content: "Score AVC"; }
	#perfs td:nth-of-type(4):before { content: "Score PC MARK"; }
	#perfs td:nth-of-type(5):before { content: "Score Impact"; }


}