/* You can add global styles to this file, and also import other style files */

body{
    font-family: Helvetica, sans-serif;
    margin-top: 10px;
}

img{
    max-width: 100%;
}

span{
    cursor: pointer;
}

.sub-title{
    background-color: #55acee;
    padding: 10px 0px;
    color: #ffffff;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

h2{
    margin-top: 0;
    margin-bottom: 5px;
}


.wrapper{
    margin-top: 0px;
}

.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12{
    margin: 0;
    padding: 0px 7px 5px 7px;
}


/*# sourceMappingURL=styles.bundle.map*/