/**
 * @file
 * Visual styles for Bartik's block demonstration.
 */

.demo-block {
    background: #813b07;
    border: 1px dotted #9f9e00;
    color: #ffff;
    font: 100% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
    font-weight:bold;
    font-size: 20px;
}

.featured-top .demo-block {
    /* font-size: 1.00em; */
    font-weight:bold;
    font-size: 20px;
}