* {box-sizing: border-box}

body {
	font-family: "Lato", serif;
	background-color: #c8b;
}

header {
	background-color: #C2E;
	height: 15%;
	width: 75%;
}

#borderContainer { width:100%; height:100% }

table {
	border: 10px inset;
}


li {
	background-color: rgb(226, 154, 231);
	margin: 0px;
	padding: 0px;
}

h1 {
	color: rgb(76, 5, 97);
	text-align:center;
	font-size:150%;
}

h2 {
	color:rgb(44, 10, 107);
	text-align:center;
	font-size:130%;
	font-weight:700;
}

h3 {
	color:rgb(36, 6, 117);
	text-align:left;
	font-size:120%;
	font-weight:500;
}

h4 {
	color:blue;
	text-align:left;
	font-size:100%;
	font-weight:500;
}

.header {
	float: top;
	border: thick inset blue;
	background: #DDF;
	height:10%;
	width:100%;
}

.topmenu {
	border: #c0c;
	margin: 2px;
	padding: 2px;
	width: 70%;
	align-content: left;
}

.leftmenu {
	border: thick inset #c0c;
	border-width: 2;
	background: rgb(161, 123, 231);
	float:left;
	width:20%;
	height:80%;
	overflow:scroll;
	padding:3px;
	background-color: #e271bc ;
	width: 15%;
	
}


.rightcol {
	border: 3px inset blue;
	background: #DDF;
	float: top, right;
	width:20%;
	background-color: blueviolet;
}


.content {
	border: thick inset #d3d;
	background: #DDF;
	float: left;
	width:70%;
	height:100px;
	overflow:scroll;
}

.footer {
	border: 3px inset blue;
	background: #DDF;
	clear : both;
	width:100%;
	height:5%;
}

.href {
	border: 10px outset;
	padding : 5px;
}

 /* Style the tab */
 .htab {
	float: top;
	overflow: hidden;
	border: 10px inset #ccc;
	background-color: #c176ec;
	height: 10%;
	width: 78%;
  }

.htabcontent {
	float: left;
	padding: 10px 12px;
	border: 10px inset #c0c;
	width: 85%;
	height: 300px;
}


/* Style the buttons that are used to open the tab content */
.htab button {
	display: block;
	background-color: inherit;
	float: left;
	border: 10px outset;
	outline: none;
	cursor: pointer;
	width: 150px;
	padding: 10px 10px;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.htab button:hover {
	background-color: #d3d;
}

/* Create an active/current tablink class */
.htab button.active {
	background-color: #ccc;
}
  
/* Style the vertical tab */
.vtab {
	float: left;
	border: 10px inset #c0c;
	background-color: #C2E;
	width: 15%;
	height: 80%; 
}

/* Style for the vtab title */
.vtabtitle {
	float: top;
	padding: 0px 12px;
	border: 10px inset #c0c;
	text-align:center;
	font-size:150%;
}

/* Style the tab content */
.vtabcontent {
	float: top;
	float: right;
	padding: 0px 12px;
	border: 10px inset #c0c;
	width: 80%;
	height: 70%;
}

/* Style the buttons inside the tab */
.vtab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 22px 16px;
	width: 100%;
	border: 10px outset ;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.vtab button:hover {
	background-color: #d3d;
}
  
/* Create an active/current tablink class */
.vtab button.active {
	background-color: #ccc;
}
  
/* Style the tab content */
.htabcontent {
	float: left;
	display: none;
	padding: 6px 12px;
	border: 10px inset #c0c;
	width: 70%;
}

* {box-sizing: border-box}

/* Style the tab */
  
  
  /* Change background color of buttons on hover */
  .vtab button:hover {
	background-color: #d4e;
  }
  
  /* Create an active/current "tab button" class */
  .vtab button.active {
	background-color: #c8c;
  }
