html, body {
    margin: 15px;
    padding: 0;
    font-family: 'Open Sans';
}

.users {
    float: right;
}

.angular-google-map-container { 
    height: 600px;
    border: 1px solid #CCC;
}

.title {
    font-size: 46px;
    font-weight: bold;
    color: #0082E2;
}

.normal {
    font-size: 38px;
    font-weight: 100;
    color: #6EC1FF;
}

.cornice {
    padding: 15px;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 6px #999;
}

.link {
    cursor: pointer;
}