@charset "utf-8";

.theme_box {
    display: table;
    margin-top: 3px;
}
.theme_box a {
    display: table-cell;
    vertical-align: middle;
    border-spacing: 1px 0;
    margin-right: 3px;
    text-decoration: none;
}
.theme_heading {
    display: table-cell;
    vertical-align: middle;
    height: 28px;
    font-size: 11;
} 
.theme_title {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    width: 87px;
    height: 28px;
    padding: 0 1.5px;
    color: #333;
    font-size: 11px;
    letter-spacing: -0.9px;
    line-height: 1.2em;
    text-align: center;
    background:white;
}
.theme_title:hover {
    background: #ababab none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
