@charset "utf-8";
/* CSS Document */

.content{
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    height: 10px;
    color: #fff;
    background-color: #77acf0;
    
}

