/*Credits: Dynamic Drive CSS Library */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: gray;
padding: 1px;
left: -1000px;
border: 1px solid #000000;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -75px;
left: -285px; /*position where enlarged image should offset horizontally */
}

.thumbnailexpired{
position: relative;
z-index: 0;
}

.thumbnailexpired:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailexpired span{ /*CSS for enlarged image*/
position: absolute;
background-color: red;
padding: 1px;
left: -1000px;
border: 1px solid #000000;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnailexpired span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnailexpired:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -60px;
left: -70px; /*position where enlarged image should offset horizontally */
}

.weather{
position: relative;
z-index: 0;
}

.weather:hover{
background-color: transparent;
z-index: 51;
}

.weather span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 0px;
left: -1000px;
visibility: hidden;
color: white;
text-decoration: none;
}

.weather span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.weather:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -75px;
left: -400px; /*position where enlarged image should offset horizontally */
}

.mm-widget__wrap {
   max-width: 400px !important; /*Overwrite max width, so it doesn't hide the icon*/
}
