
ul, li {
	/*background: rgba(0,0,0,0) !important;
	padding: 0 !important;
	margin: 0 !important;*/
}

div.kcls_section {
	font-family: Lato,sans-serif;
	font-size: 14px;
	line-height: 12px;
}

div.kcls_section table {
	line-height: 1.1;
	empty-cells: show;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	width: 100%;
}

div.kcls_section table tr td, div.kcls_section table tr th {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px;
	vertical-align: baseline;
	text-align: left;
}

div.kcls_section table tr th {
	text-transform: uppercase;
	vertical-align: middle;
	text-align: left;
	word-wrap: break-word;
}

div.kcls_section table.kcls_small  tr td, div.kcls_section table.kcls_small  tr th {
	font-size: 10px;
	line-height: 10px;
	padding: 4px;
}



.entry-content table.kcls_small {
	margin-bottom: 12px;
}

.kcls_subtable {
	clear: both;
	margin-top: 18px;
}

.kclassement th {
	background-color: #555;
	color: #fff;
}

.kclassement tr td {
	padding: 6px;
	vertical-align: top;
}
.kclassement tr td.kcls {
	text-align: left;
}

table.kclswidget tr td { /* for mini calendar widget */
	padding: 2px;
	vertical-align: top;
	border: 0px;
	border-bottom: 1px dotted #ccc;
}
table.kclswidget tr  { /* for mini calendar widget */
	border: 0px;
	background-color: #fff;
}

#kClassementTable {
	font-size: 70%;
	width: 100%;
}
#kcls_title {
	font-size: 1.1em;
	font-weight: 700;
}

.kclassement tr {
	background-color: #fbfbfb;
}
.kclassement tr.odd {
	background-color: #ededed;
}
.kclassement tr.dim td {
	color: #999;
}
.kclassement tr td {
	color: #444;
}

.kclassement td span {
	font-size: 16px;
	font-weight: 700;
}
table.kclswidget tr td.kdate span { /* for mini calendar widget */
	top: -2px;
	line-height: 16px;
}
table.kclswidget tr td.kcls { /* for mini calendar widget */
	line-height: 16px;
}
table.kclswidget tr td.kcls span { /* for mini calendar widget */
	margin-top: 4px;
	font-size: 12px;
	font-weight: 600;
}

.kclassement td.num {
	text-align: right;
}
.kclassement td.nom {
	white-space: nowrap;
}
.kclassement td.winner {
	background-color: #7EDD65;
}
.kclassement td.kcls a {
	text-decoration: none;
}
.kclassement td.kcls a:hover{
	text-decoration: underline;
}

div.socialicons {
	float: right;
	margin-top: 6px;
}
div.categicons {
	float: left;
	margin-top: 6px;
}

#kcls_legend {
	display:none;
}

#kcls_legend_showhide {
	font-size: 12px;
	text-decoration: none;
}

#kcls_legend ul {
	background: rgba(0,0,0,0) !important;
	padding: 0 !important;
	margin: 0 !important;
}

#kcls_legend li {
	font-size: 80%;
	list-style-type: none;
	background: rgba(0,0,0,0) !important;
	padding: 0 !important;
	margin: 0 !important;
}

#kcls_legend li span, #kcls_legend li div {
	margin-right: 6px;
}

.kcls_section {
	clear: both;
	margin-bottom: 18px;
}
.kcls_section.poweredby {
	font-size: 8px;
	line-height: 6px;
	color: #999;
}
.kcls_section.poweredby a {
	text-decoration: none;
}
.kcls_section.copyright {
	display:none;
}



/*------------- Styles from isotopes ---------------------------------------*/

#options {
	padding-bottom: 2px;
}

#options h3 {
	margin-bottom: 0.2em;
	font-size: 15px;
}

#options h4 { 
	font-weight: bold;
}

#options ul {
	margin: 0;
	list-style: none;
}

#options ul ul {
	margin-left: 1.5em;
}

#options li {
	float: left;
	margin: 0 0 0.2em 0;
	list-style-type: none;
}

#options li a {
	display: block;
	padding: 0.4em 0.5em;
	background-color: #DDD;
	color: #222;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 );
	background-image: -webkit-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:    -moz-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:     -ms-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:      -o-linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );
	background-image:         linear-gradient( top, hsla( 0, 0%, 100%, 0.5 ), hsla( 0, 0%, 100%, 0.0 ) );*/
}
#options li a.zero {
	font-weight: normal;
}

#options li a:hover {
	background-color: #5BF;
	text-decoration: underline;
}

#options li a:active {
  background-color: #39D;
  -webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
     -moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
       -o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
          box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 );
}

#options li a {
	border-left:  1px solid hsla( 0, 0%, 100%, 0.3 );
	border-right: 1px solid hsla( 0, 0%,   0%, 0.2 );
}

#options li:first-child a {
	border-radius: 5px 0 0 5px;
	border-left: none;
}

#options li:last-child a {
  border-radius: 0 5px 5px 0;
}

#options li a.selected {
  /*background-color: #13F;*/
  background-color: #222;
  text-shadow: none;
  color: white;
}

/* Combination filter options*/

#options .option-combo {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	height: 24px;
}

#options .option-combo ul {
	margin-right: 20px;
	margin-left: 0px;
	display: inline-block;
}

#options .option-combo h2,
#options .option-combo h4 {
	line-height: 34px;
	margin-bottom: 0;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

