@font-face { font-family: 'Roboto';
             src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'); }


body { font-family: Roboto; margin:0px;}

h1 {margin-bottom:10px; font-size: 18pt;}

h2 {margin-bottom:10px; font-size: 18pt;}

p { font-size: 12pt; }

td { }

a:link { color:#4f7294; }

a:visited { color:#4f7294;  }

a:hover { color:#4f7294;  }

a:active { color:#4f7294;  }

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content:  center;
}

.item
{
padding: 20px;
width:440px;
max-width:100vw;
flex-grow:1;
}