

.lead {
    font-family: 'Roboto', sans-serif;
}


p.demo {
    font-size: 14px;
}

.lead {
    line-height: 1.3;
    font-size: 21px;
}

.starter-template {
    text-align: center;
    margin: 40px 0;
}


.panel {
   background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    position: relative;
    border-color: #e9e9e9;
    width: 100%;
}

.panel-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1) inset;
    color: #444;
    padding: 10px 15px;
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.panel-heading span {
    font-weight: normal;  
}

.panel-default > .panel-heading {
    background-color: #f6f6f6;
    border-color: #e9e9e9;
    color: #767676;
}

.panel .panel-heading, label {
    text-transform: uppercase;
}