/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/
.exp-bar a:link, .exp-bar a:visited {
    display: inline-block;
    margin: 15px 10px;
    position: relative;
    top: 0;
    left: 0;
    width: 225px;
    height: 49px;
    font-size: 18px;
    text-align: center;
    line-height: 49px;
    text-decoration: none;
    background-color: #3498db;
    color: #fff;
    overflow: hidden;
}
.exp-bar {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    background-color: #fff8e7;
    overflow: hidden;
}
.exp-block a:link, .exp-block a:visited, a.exp-code:link, a.exp-code:visited, a.entry:link, a.entry:visited {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 49px;
    font-size: 16px;
    text-align: center;
    line-height: 49px;
    text-decoration: none;
    background-color: #3498db;
    color: #fff;
    overflow: hidden;
}
.exp-up {
    display: inline-block !important;
    width: 300px !important;
    height: 250px !important;
    overflow: hidden;
    margin-left: 40px !important;
}