﻿
* {
    box-sizing: border-box;
}

html {
    min-width: 20rem;
    font-family: 'Roboto', sans-serif;    
}

body {
    color: #666;
}

@media (max-width: 58em) {

    html {
        font-size: 80%;
    }

}


.mat-dialog-container{
    height: initial !important;
}
h2{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}



