.wp-full-overlay-sidebar div.wp-full-overlay-sidebar-content {
    overflow-x: hidden;
    margin: 1em 0;
    padding-top: 3px;
}

#live-admin-theme-controls {
    padding-right: 11px;
    padding-left: 23px;
}

#live-admin-theme-controls .buttons {
    float: right;
    position: relative;
    z-index: 1;
}

#live-admin-theme-controls .title {
    text-align: left;
    color: #333;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    top: -8px;
    width: 70%;
    position: relative;
}

#live-admin-theme-controls .title strong {
    font-variant: small-caps;
}

#live-admin-theme-controls .author {
    font-size: 12px;
    font-weight: bold;
    color: #999;
}

#live-admin-theme-controls .selected_themes {
    position:absolute;
    width:250px;
    height:166px;
    z-index:0;
    background-image:url('../img/selected.png');
}


#live-admin-theme-controls .thumbnail{
    width: 250px;
    height: 166px;
    background-size: cover;
    cursor: pointer;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0px 2px 9px #999;
    -moz-box-shadow: 0px 2px 9px #999;
    box-shadow: 0px 2px 9px #999;

    margin-bottom: 10px;
}

#live-admin-theme-controls .thumbnail:hover {
    -webkit-box-shadow: 0px 2px 9px #666;
    -moz-box-shadow: 0px 2px 9px #666;
    box-shadow: 0px 2px 9px #666;
}

#live-admin-theme-controls .thumbnail.selected_theme {
    -webkit-box-shadow: 0px 2px 9px #000;
    -moz-box-shadow: 0px 2px 9px #000;
    box-shadow: 0px 2px 9px #000;
}