/*
* Add child theme CSS Rules
*/

#logo img {
	max-width: 320px;
	height: auto;
}

.table a {
	color: blue;
	text-decoration: underline;
}

.table a:hover,
.table a:focus,
.table a:active {
	color: darkblue;
	text-decoration: underline;
}