body {
    background-color: white;
}

.t1 { /* style for authors/supervisors */
	color: #5B3069;
	font-size: 20px;
	text-align: center;

}




/* BULLET POINT STYLING */

ul {
    margin:2em;
}

li { 
    padding-left: 1.5em;
    text-indent: -.7em;
}




/* TITLES/SUBTITLE STYLING */

.note{
  color: #5B3069;
  display: inline-block;
  background: #E3E3E3;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 8px 0;
}


.title {
    color: #383838;  /* font color */
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    background: #8C6E96;
    padding: 8px 0 8px 0;
    margin: 5px 0;
}


.subtitle{
    color: #383838;
    font-size: 24px;
    font-weight: 500;
    background: #E6E0E9;
    text-align: center;
    margin: 3px 0;
}

.box{
	border: 1px;	
}

p{
	line-height: 1.7em;	
}


/* MENU/BUTTON STYLING */



.force_size {
	padding: 10px 20px;
	border-bottom: 8px solid white;
	text-align: center;
	max_width: 600px;
	margin: auto;
	
}

a:link, a:visited, a:hover {
	text-decoration: none;
}


lbutton {
	background: #5B3069;
	border-radius: 10px 0 0 10px;
	color: white;	
	text-align: center;
	padding: 10px 20px;
	border-right: 2px solid white;
}


lbutton:hover {
	background-color: #492654;
}

lbutton.active{
	background: #492654;
	color: white;	
	text-align: center;
	padding: 10px 20px;
	border-right: 2px solid white;
}

mbutton {
	background: #5B3069;
	color: white;	
	text-align: center;
	padding: 10px 20px;
	border-right: 2px solid white;
}

mbutton:hover {
	background-color: #492654;
}

mbutton.active{
	background: #492654;
	color: white;	
	text-align: center;
	padding: 10px 20px;
	border-right: 2px solid white;
}

rbutton {
	background: #5B3069;
	color: white;	
	text-align: center;
	padding: 10px 20px;
	border-radius: 0 10px 10px 0;
}


rbutton:hover {
	background-color: #492654;
}

rbutton.active{
	background: #492654;
	color: white;	
	text-align: center;
	padding: 10px 20px;
	border-radius: 0 10px 10px 0;
}