div#ui-datepicker-div{
	font-size: 14px;
}

/*eqs-filter widget*/
form.eqs-filter-form{
	
}

form.eqs-filter-form fieldset input, form.eqs-filter-form fieldset select{
	padding-left: 3px;
	width: 70px;
	height: 20px;
	display: inline;
}

mtB{
	font-family: 'Conv_bpg_nino_mtavruli_bold';
	text-transform: uppercase;
}


table.easy-table{
	text-align: center !important;
}

table.easy-table th{
	font-family: 'Conv_bpg_nino_mtavruli_bold';
	text-transform: uppercase;
	text-align: center;
}

table.easy-table th,
table.easy-table td{
	text-align: center;
}

table.easy-table tbody tr:nth-child(odd) {
   background-color: #F4F4F4;
   
}

table.eartquakes-legend{
	font-family: 'BPGNinoMtavruli';
	text-transform: uppercase;
	border: 1px solid #E5E5E5;
  	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  	margin:5px 0px;
  	padding: 10px;
  	padding-bottom: 7px;
}


td.selected-eq-row{
	background-color: #CBCBCB;	
}



table.structure{
	border-spacing: 0px 0px;
	width: 849px;
}

table.structure td{
	width: 33%;
	vertical-align: top;
	padding-right:5px;
	padding-bottom:5px;
}

div.structure-wrapper{
	padding: 0px !important;
	margin-bottom: 0px !important;
	height: 120px;	
}

div.structure-wrapper a{
	display: block;
	height: 100%;
	cursor: pointer;
}

div.structure-wrapper a span{
	display: block;	
	padding: 15px;
	padding-top: 25px;
	text-align: center;
}

div.structure-wrapper a:hover{
	background-color: #288047;
}

div.structure-wrapper a:hover span{
	color: white;
}


.important-eq{
	color: red;
	text-align: center;
	border: 1px dashed #CCC;
	margin-top: 10px;
	padding: 5px;
}

.important-eq a{
	color: red;
	text-align: center;
}


.legend-img {
  float: left;
  margin-top: -3px;
  margin-right: 3px;
}

/* English version */

html:lang(en-GB) .legend-img {
  margin-top: 0px;
  vertical-align: inherit;
}



/* end-- English version */