@import "ap_wintergames_schedule_icons.css";

.ap_widget .full-schedule-link a {
	display: block;
	background: #0e8fcc;
	color: #fff !important;
	text-align: center;
	font-family: 'Raleway', serif;
	font-weight: 700;
	font-size: 12px;
	padding: 8px;
	margin-bottom: 20px;
	text-decoration: none;
}
.ap_widget .full-schedule-link a:hover {
	background: #146994;
}

/******Upcoming Events widget*******/

.ap_widget .event {
	border: 1px #d5d5d5 solid;
	margin-bottom: 10px;
}

.ap_widget .event a {
	display: block;
	min-height: 40px;
	padding: 3px 0 3px 46px;
	color: #0089ca;
	font-size: 11px;
	line-height: 11px;
	font-weight: 600;
	text-decoration: none;
	font-family: 'Raleway', serif;
}

.ap_widget .event a:hover {
	color: #146994;
	background-color: #e5e5e5;
}

.ap_widget .event a span {
	display: block;
	color: #000;
	font-size: 10px;
}

.ap_widget .event a span em {
	color: red;
	font-style: normal;
	text-transform: uppercase;
}

.ap_widget .event a .date {
	margin-top: 2px;
}

 .ap_widget a, .ap_widget p, .ap_widget ul, .ap_widget ol, .ap_widget li,
 .ap_widget img, .ap_widget span, .ap_widget strong, .ap_widget em {
	border: 0 none;
	font: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}