/* Add here all your CSS customizations */

a:focus, a:hover {
    text-decoration: none !important;
    color: #000000;
}


p a:link, p a:hover {
    text-decoration: none !important;
    color: #007bff;
}

p a:focus, p a:hover {
    text-decoration: none !important;
    color: #000000;
}

.list li {
	color: #333333;
	font: 14px 'Raleway', sans-serif;
	font-weight: 300;
	line-height: 20px;
	margin-bottom:10px;
	margin-left: 35px;
	margin-top: 10px
}

.checked {
  color: #fea500;
}




