/* Add here all your CSS customizations */
.mh-copy a, footer a, .modal-body a{
	color:cornflowerblue;
}

.mh-copy a:hover, footer a:hover, .modal-body a:hover{
	color: lavender;
}

.tab-content ul, .modal-body ul{
	padding-left: 20px;
}

.modal-body ul{
	padding-bottom: 15px;
}