#body {
    /*font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;*/
    font-family: Helvetica, Arial, Inter, sans-serif;

}

#form1 {
    margin-top:56px;
}

#side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 48px;
    left: 0;
    background:#eee;
    color:#222;
    border-right:#222 1px solid;
    border-top:#222 1px solid;    
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

#side-nav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    display: block;
    transition: 0.3s;
}

#side-nav a:hover {
    color: #f1f1f1;
}

#side-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

ul.head, ul.side, ul.foot {
    list-style-type: none;
    margin: 0;
    padding: 0;   
}

ul.head {
    color:white;
}

li a.head, li a.side, li a.foot {
    text-decoration:none;
}

li.head  {
    font-size:18px;
    line-height:48px;

     background:#eee;   
    margin-left:24px;
    color:#222;
}

li.side {
    font-size:12px;
    line-height:14px;

    margin:8px;
}

li.foot {
    margin:0;
    padding:8px;
    font-size:16px;
    line-height:16px;
}

li a.head:hover, li a.foot:hover {
    text-decoration:underline;
}

li.head, li.foot {
    display:inline;
}

li.foot {
    margin:0;
}

a {
    color:black;
}

#pgtitle, #content, #footer, menu {
    text-align:center;
    min-width:320px;
    max-width:768px;   
    width:auto;
    margin:auto;    padding:8px;
}

#pgtitle {

    font-size:18px;
    line-height:18px;
    font-weight:bold;
}

#content {

/*    border:#222 1px solid;*/
    text-align:left;
    margin:8px auto;
/*        width:calc(100% - 16px);*/
    min-width:282px;
    max-width:730px;  
    width:auto;
}

#footer {
     margin:8px auto;    font-size:16px;
    line-height:24px;
}

header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:48px;
    text-align:center;
    background:#eee;

}

.pglogo {
    font-family:"Helvetica Black", "Arial Black", "Inter Black", sans-serif;
    padding:0;
    margin:0;
    font-size:32px;
    line-height:48px;
    color:#222222;   
}

