﻿.cal-hyperlinks img {
	max-height: 2.0rem;
}

@media screen and (min-width: 768px) {
	aside {
		width: 20vw;
		padding-left: 1rem;
		margin-left: 1rem;
		float: right;
		box-shadow: inset 5px 0 5px -5px #29627e;
		color: #29627e;
	}
}

@media screen and (min-width: 1280px) {
	aside {
		width: 12vw;
	}
}
