.entry-content table {
    margin: 0 !important;
}
.entry-content td, .entry-content th {
    padding: 8px 10px !important;
}

.chosen-container .chosen-results li.active-result {
    font-size: 20px !important;
}

.chosen-container-single .chosen-single, input:not([type="submit"]), select, textarea {
    font-size: 20px !important;
}

#tabs {
    z-index: auto !important;
}

.ui-widget, .ui-widget button {
    font-family: inherit;
}

.mappa_localita{
	padding-top: 10px;
	text-decoration: underline;	
}

.mappa_localita{
	padding-top: 10px;
	text-decoration: underline;	
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	text-align: center;
	font-weight: bold;
}

.ui-tabs .ui-tabs-panel{
	padding: 3px 0 0 0 !important;
}

.ui-tabs .ui-tabs-nav li a{
	font-size:12px !important;
}

/* Visualizzazione tab full fill */
.ui-tabs .ui-tabs-nav {
	display: flex;
}

.ui-tabs .ui-tabs-nav li {
	flex: 1;
	display: flex;
	/* If placed in a small width sidebar or something like that disabling nowrap will fix the overflow issue */
	white-space: normal;
}

.ui-tabs .ui-tabs-nav li a {
	flex: 1;
	/* If you want to align tab titles center */
	text-align: center;
}
/* Visualizzazione tab full fill */

table, th, td, thead, tbody {
  border: 1px solid #ffffff !important;
}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.flexbox-container > div {	
	padding: 0;	
}

.flexbox-container > div:first-child {
	margin-right: 20px;
}

.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  font-size: 14px;
  max-width: 50%;
}

@media (max-width: 480px){
	.Aligner-item {
		font-size:5px !important;
	}	
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}

.table-header{
	font-size:0.65vw;
}

.odd{
	background: #f2f2f2 !important;	
	color: black !important;	
	font-weight: normal !important;
	font-size:1vw;
}

.equal{
	background: #f2f2f2 !important;	
	color: black !important;	
	font-weight: normal !important;
	font-size:1vw;
}

.previsioni-header {
    padding: 10px;
    background:white;
    color: #444444;
}

.tipo_previsione_background{
	text-align: center;
	padding-bottom:5px; 
	padding-top:5px;
	background-color: #197bb8;	
}

.tipo_button{
	background-color: #f6f6f6;
	color: black;
	font-weight: bold;
	border: 1px solid black;
	padding: 0.5em;
	border-radius: 4px;	
}

.tipo_button_pressed, .tipo_button:hover{
	background-color:#fcc216;!important;
	color: white;
}

.localita-meteo{
	text-align: center;
	padding-bottom: 20px;
	font-size:14px;
}

.select-localita-meteo{
	font-size:14px;
}

/* Tabella Previsioni */
.weather_icon{
	vertical-align:middle;
	width:3vw;
}

.wind_icon{
	width:2vw;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #d9d9d9;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {  
  text-align: center;  
  padding: .1em;
}

table td {
  height: 3.5vw;
}

table th {
  font-size: 1em;
  letter-spacing: .1em;
  text-transform: none !important;
}

#table-previsioni {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7{
	width: auto;
}

#table-previsioni tr:hover td {
    background-color: #faddb7;
}
#table-previsioni td:hover {
    cursor: default;
}
.noHover{
    pointer-events: none;
}

.testo-previsione{
  font-size: 0.8vw; 
  font-weight: normal;
}

.td-previsione{
  line-height: 0.6vw !important;
  text-align: left;
}

.td-prec{
  font-size: 0.8vw; 
}

/* Schermi superiori a 1600px */
@media screen and (min-width: 1600px){
	.testo-previsione{
		font-size: 0.6vw;		
	}
}

/* Schermi da 601px a 990px */
@media screen and (min-width: 601px) and (max-width: 990px){
	table th {
		font-size: 1.2vw !important;
	}
	
	.weather_icon{	
		width:4vw !important;
	}
	
	.testo-previsione{
		font-size: 1.6vw !important;		
	}
	
	.odd, .equal{
		font-size:1.9vw !important; 
	}
	
	.td-periodo{
		font-size: 1.8vw !important;
	}

	.td-prec {
		font-size: 1.6vw;
	}	
	
	.wind_icon{	
		width:3vw;
	}
}

@media (max-width: 600px){
	
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {		
		padding: .5em 0.2em !important;    
	}	
	
	.ui-tabs .ui-tabs-nav li a{
		font-size:2vw !important;
	}	

	.tipo_button{
		font-size:2.5vw !important;
	}
	
	.localita-meteo{	
		font-size:2.5vw !important;
	}
	
	.select-localita-meteo{
		font-size:2.1vw !important;
	}	
	
	.odd, .equal{
		font-size:3.5vw !important;
	}
	
	.table-header{
		font-size:3vw !important;
	}
	
	.weather_icon{
		vertical-align:middle !important;
		width:11vw !important;
	}

	.td-previsione{
		text-align: center !important;
	}

	.td-periodo{
		font-size: 3.2vw !important;
	}
	
	.td-prec {
		font-size: 3vw;
	}
	
	.col5, .col6, .col7, .td-vento, .td-umid, .td-press{
		display: none !important;
	}
	
	.testo-previsione{
		display: none !important;
	}
	
	.col1{
		width: auto !important;
	}
	.col2{
		width: auto !important;	
	}
	.col3{
		width: auto !important;	
	}
	.col4{
		width: auto !important;
	}
	.col5{
		width: auto !important;
	}
	.col6{
		width: auto !important;
	}
	.col7{
		width: auto !important;
	}	
}
