@CHARSET "UTF-8";
table {
  border-spacing: 0;
  width: 100%;
}
th {
  background: #404853;
  background: linear-gradient(#687587, #404853);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 8px;
  text-align: left;
}
th:first-child {
  border-top-left-radius: 4px;
  border-left: 0;
}
th:last-child {
  border-top-right-radius: 4px;
  border-right: 0;
}
td {
  border-right: 1px solid #c6c9cc;
  border-bottom: 1px solid #c6c9cc;
  padding: 8px;
}
td:first-child {
  border-left: 1px solid #c6c9cc;
}
tr:first-child td {
  border-top: 0;
}
tr:nth-child(even) td {
  background: #e8eae9;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.fb > input[type=radio]{
  display:none;
}
input[type=radio] + img{
  cursor:pointer;
  border:2px solid transparent;
}
input[type=radio]:checked + img{
  border:2px solid #357ebd;
}
.a_m_img{
	height: 25px;
	margin-top: 30px;
}
.col_ora{
	width: 94px;
}
td,th{
	text-align:center;
}
td.dato_left{
	text-align:left;
}
.col_area{
	width: 60px;
}
.col_ref{
	width: 60px;
}
.col_prec{
	width: 100px;
}
.col_exp{
	width: 100px;
}
.star_img{
	color:#555;
}
.event_field{
	width:320px;
}
.imp{
	width:60px;
}
.ag_stars{
	min-width: 60px;
}
