* {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, sans-serif;
}

div.head {
    display: block;
    background: url(img/header_bg.gif) top repeat-x;
    height: 142px;
}

div.head a.title {
    color: #FFF;
    text-decoration: none;
}

div.sidebar {
    float: right;
    width: 173px;
    margin-top: 20px;
    text-align: center;
    display: block;
    background: #FFF;
    border-radius: 25px;
}

div.sidebar div.donate {
    display: block;
    background: #FFF;
    border-radius: 25px;
    padding: 8% 0;
    margin: 0 auto;
    text-align: center;
}

div.sidebar a i.fab {
    color: #ce0106;
    font-size: 50px;
    padding: 5%;
}

div.sidebar a:hover i.fab {
    color: #ffb7b9;
}

div.menucontainer {
    display: block;
    padding-bottom: 20px;
    background: #022f59;
    border-radius: 0 0 0 25px;
    margin-bottom: 5%;
}

ul.menu {
    width: 171px;
    list-style: none;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ffffff;
    margin: 0;
    padding: 0;
    background-color: #888888;
}

ul.menu li {
    display: block;
    list-style: none;
    background: #888888;
    border: solid 1px #FFF;
    border-width: 0 1px 1px 1px;
    text-align: left;
    margin: 0;
    padding: 0;
}

ul.menu li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 171px;
    height: auto;
    background: url(img/menu_arrow_off_bg.gif) left no-repeat;
    font-size: 13px;
    padding: 1% 20px;
}

ul.menu li a:hover,
ul.menu li a.selected {
    background: url(img/menu_arrow_off_bg.gif) #b20000 left no-repeat;
}

ul.events {
    display: block;
}

ul.events li {
    list-style: none;
    padding: 1% 2%;
    display: block;
    border-radius: 10px;
}

ul.events li:nth-child(even) {
    background: #ebebeb
}

ul.events li:nth-child(odd) {
    background: #FFF
}

ul.events div.date {
    display: inline-block;
    width: 11%;
    font-size: 16px;
    font-weight: bold;
    padding: 0 2%;
    margin: 0 2%;
    vertical-align: top;
    text-align: center;
    background: #022f59;
    border-radius: 10px;
    color: #FFF;
}

ul.events div.content {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 0;
}

ul.events div.content b {
    padding-right: 3%;
}

div.upcomingevents {
    width: 30%;
    float: right;
    background: #FFF;
    border-radius: 25px;
    padding: 1% 0;
}

div.upcomingevents h4 {
    text-align: center;
}

div.content {
    display: block;
    width: auto;
    padding: 2% 3%;
}

span.date,
span.location,
span.price,
span.pdf {
    display: block;
    padding: 0.1% 5%;
}

span.date i.far,
span.location i.fas,
span.price i.fas,
span.pdf i.far {
    padding: 0 2%;
    color: #9f9f9f;
}

p.synopsis {
    padding: 1% 7%;
    font-style: italic;
}

div.buytix {
    display: block;
    margin: 0 5%;
    padding: 3%;
    background: #e3e3e3;
    border-radius: 25px;
}

ul.list {
    display: block;
}

ul.list li {
    list-style: none;
    padding: 1% 2%;
    display: block;
    border-radius: 10px;
}

ul.list li:nth-child(odd) {
    background: #ebebeb
}

ul.list li:nth-child(even) {
    background: #FFF
}

ul.plist {
    display: block;
}

ul.plist li {
    display: inline-block;
    text-align: center;
    max-width: 200px;
}

ul.plist li img {
    width: 100%;
}

.div-table {
    display: table;
}

.div-row {
    display: table-row;
}

.div-cell {
    display: table-cell;
}
