/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.margin-top {
    margin-top: 0.0rem;
}

.back {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
}

.icon-header {
    margin-right: 5px;
}


@media (max-width: 600px) {
    .margin-top {
        margin-top: 1.0rem;
    }

    .back {
        left: 0.2rem;
    }

}