@media screen and (min-width: 769px) and (max-width: 1200px) { 
 .set1.set2 {
    margin-right: 4px !important;
}   /* STYLES HERE */
}

@media screen and (max-width: 768px) {
.fout-btns a {
    padding: 3px 2px !important;
}
.ed_page #tab2 .panel-body {
    width: 100% !important;
    display: inline-block;
    margin-left: 5px;

}
.panel-body {
    float: none;
    width: 95%;
}
.set1.set2 {
    margin-right: 2px !important;
}
.centro th { padding: 0px !important;}

.ed_page #flg_tb { width: 90% !important; text-align: justify;}
.flg_tb { width: 97% !important;}

.ed_page #tab3 .panel-body { margin-left: 0px !important;}
.set1 tr {
    width: 100%;
    display: inline-table;
}
.set1 tbody {
    width: 100%;
    display: inline-table;
}
.cambiovaluta-300x250-2 {
    width: 100%;
}
.set1 p {font-size: 12px;}
}
@media screen and (min-width: 360px) and (max-width: 510px) { 
 .navbar-toggle {
    top: -76px;
}
}
.set1.set2 {
    width: 50%;
    display: inline-block;
    float: left;
    margin-right: 14px;
}
.set1.set2.set3 {
    margin-right: 0;
    width: 48%;
}
.set2 td {
    width: 50%;
}
.set1 p {
    background: #000066;
    color: #fff;
    padding: 4px;
    font-size: 18px;
}
.set1 {
    margin-top: 10px;
}
.di-oggi table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.di-oggi td, th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

.di-oggi tr:nth-child(even) {
  background-color: #DCE9EF;
}