body {margin: 0;}

#crtis {
/*    font-family: arial, sans-serif;
    border-collapse: collapse;*/
    width: 800px;
    text-align: center;
}

#crtis td, th {
    border: 1px solid #dddddd;
    /*padding: 2px;*/
}

td.titletd{
    text-align: left;
    width: 65%;
    }

td.nametd{
    text-align: left;
    }

.sidenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 300px;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

ul.sidenav li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
 
ul.sidenav li a.active {
    background-color: #4CAF50;
    color: white;
}

ul.sidenav li a:hover:not(.active) {
    background-color: #555;
    color: white;
}

/*.sidenav li:hover .submenu {
  display: block;
  max-height: 200px;
  position: relative;
}*/

/*.vollst1 a {
	display: none;
}

.vollst2 a {
	display: none;
}*/

.submenu a {
  background-color: #999;
  list-style-type: none;
}

.submenu a:hover {
  background-color: #666;
}

.submenu {
    overflow: scroll;
    max-height: 0;
/*    -webkit-transition: all 0.1s ease-out;*/
}

.submenu li a.active {
    background-color: #4CAF50;
    color: white;
}

#cvpage {
	position: absolute;
	left: 930px;
	top: 5px;
	padding: 5px;
	max-width: 300px;
}
#cvissue {
	position: relative;
	left: 10px;
	top: 50px;
	padding: 5px;
	max-width: 250px;
}

div.homecnt {
    position: absolute;
    top: 5px;
    left: 320px;
    width: 600px;
    /*height: 1000px;*/
    text-align: justify; 
    font-family: Georgia; 
}

div.ctccnt {
    position: absolute;
    top: 5px;
    left: 320px;
    width: 400px;
    /*height: 1000px;*/
    text-align: justify; 
    font-family: Georgia; 
}

div.edbdcnt {
    position: absolute;
    top: 5px;
    left: 320px;
    width: 900px;
    text-align: justify; 
    font-family: Georgia; 
}

#crtiscnt {
    position: absolute;
    top: 5px;
    left: 320px;
    width: 800px;
    text-align: justify; 
    font-family: Georgia; 
}

div.authgd {
	    position: absolute;
    top: 5px;
    left: 320px;
    width: 50%;
    text-align: justify; 
    font-family: Georgia; 
    }

@media screen and (max-width: 1050px){
    ul.sidenav {
        width:100%;
        height:auto;
        position:relative;
    }
    ul.sidenav li a {
        float: none;
        padding: 15px;
	width: 300px;
	display: block;
    }
/*    div.content {margin-left:0;}*/
    div.homecnt,div.authgd,div.ctccnt {
    top: auto;
    left: 5px;
    padding: 10px 10px;
    position: relative;
    width: 100%;
    }
    #cvpage {
	position: relative;
	left: 5px;
	max-width: 300px;
}
#crtiscnt,div.edbdcnt {
    position: relative;
    top: auto;
    left: 5px;
    /*width: 100%;*/
}

}

@media screen and (max-width: 400px){
    ul.sidenav {
        width:auto;
        height:auto;
        position:relative;
	width:100%;
    }

    ul.sidenav li a {
        text-align: center;
        float: none;
    }
    div.homecnt {
    top: auto;
    left: 5px;
    padding: 10px 10px;
    position: relative;
    width: 100%;
    }
    #cvissue {
	position: fixed;
	left: 10px;
	top: 300px;
	padding: 5px;
	max-width: 250px;
	visibility: Hidden;
}
}
