@charset "UTF-8";

html {
    min-height: 100%
}

body {
	font-family: "Century Gothic", Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
    width: 100%;
}

/* Page Template
   ==============  */

.page {
    width: 100%;
    height: 100%;
}
h1 {
    text-align: center;
    font-size: 360%;
    line-height: 100%;
    text-decoration: underline;
}
h2 {
    text-align: center;
    font-size: 150%;
}

.header {
}

.header .Logo {
    width: 80%;
    max-width: 300px;
    margin-bottom: 50px;
}

.page > #content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.footer{
}

.cww_calendar_box {
    position: relative;
    width: 50%;
    max-width: 900px;
    min-width: 300px;
}

.cww_calendar_box > .cww_calendar_row {
    margin-bottom: 100px;
}

.cww_calendar_box > .cww_calendar_row > .cww_calendar_date {
    display: block;
    width: 100%;
    border-bottom: 2px solid black;
    margin-bottom: 20px;
    font-weight: 700;
}

.cww_calendar_box > .cww_calendar_row > .cww_calendar_event {
    width: 80%;
    margin-left: 100px;
    position: relative;
    margin-bottom: 50px;
}

.cww_calendar_box > .cww_calendar_row > .cww_calendar_event > .cww_calendar_time {
    display: block;
    position: relative;
    margin-left: -100px;
    font-weight: 700;
    float: left;
}

.cww_calendar_box > .cww_calendar_row > .cww_calendar_event > .cww_calendar_title {
    display: inline;
    clear: right;
    position: relative;
    border-bottom: 1px solid black;
    padding: 0px 3px;
    font-weight: 700;
}

.cww_calendar_box > .cww_calendar_row > .cww_calendar_event > .cww_calendar_logo {
    display: block;
}

.cww_calendar_box > .cww_calendar_row > .cww_calendar_event > .cww_calendar_details {
    display: block;
    margin-left: 3px;
}

.cww_calendar_box > .cww_calendar_row > .cww_calendar_event > .cww_calendar_link > a {
    display: inline;
    clear: both;
    margin-left: 1px;
    border: 1px solid #0099ff;
    padding: 5px 10px;
    text-decoration: none;
    color: #0099ff;
}

.cww_calendar_box > .cww_calendar_row > .cww_calendar_event > .cww_calendar_link > a:hover {
    background-color: #0099ff;
    color: white;
}