body {	
	background-color: white ;
	background-image: none ;
	color: #0077B3;
}

button {
	background-color: #416191 ;		
}

button:hover {
	background-color: #4d4d4d ;
	color: white;	
}

input {
	color: black ;	
}

h1, h2, h3, h4, h5 {
  color:#676c88 ;
}

p {
  color:#676c88 ;
}

.list {
	background-color: #edf1f0 ;
	color: black ;
	font-size: 0.9em ;
}

.list-button {
    color: rgb(25,38,43);
}

.list-button-selected {
    background-color: rgb(25,38,43);
    color: white;
}

.list-button:hover {
    background-color: #4d4d4d ;
    color: white;
}

.li-speaker:hover, .li-speech:hover, .list-button-selected .list-button-selected {
	background-color:rgba(255,255,255,0.3) ;
}

.list-button-selected .li-speaker{
	color:white;
}

#meeting-type-list {
    color: black;
}

#title{
  color:#676c88 ;
}
 

a:link {
	color: #6b6868 ;
}   
