.map-widget { width: 982px; height: 552px; border: 0; }

.relief-widget { width: 100%; height: 100%; border: 0; overflow: hidden; }
.relief-iframe { width: 984px; height: 552px; margin: -1px -1px -26px -1px; overflow: hidden; }

.weather-widget {
 text-align: center;
 //padding: 20px;
 //max-width: 300px;
}
#temp {
 //font-size: 24px;
 //font-weight: bold;
 margin: 0;
 //text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.weather-widget #icon {
 width: 90px;
 height: 90px;
 margin: 0 auto;
}
#description {
 font-size: 12pt;
 color: #1e90ff;
 margin: 0 0 10px 0;
 text-transform: capitalize;
}
.details {
 font-size: 13px;
 margin: 5px 0;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.details span:first-child {
 font-weight: bold;
}