@import url("../default/content.css");

table.list > tbody > tr.odd > td, table.list > tbody > tr:nth-child(even)> td {
	border-color: #82207E #666;
}

form button:hover,
form input[type="submit"]:hover {
    background-color: #82207E;
}
