﻿@import url('https://fonts.googleapis.com/css?family=Calistoga:400,700');

body.HomePage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('/icons/background.svg');
    min-height: 100vh;
}
.eventlistitem {
    background-position: top 10px right 10px;
    background-repeat: no-repeat;
    background-size: 175px;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: solid 1px #333;
}

    .eventlistitem h1 {
        margin: 0;
        padding: 16px;
        color: #0b77fb;
    }

    .eventlistitem > * {
        color: black;
        padding: 10px;
        background-color: rgba(255,255,255,0.8);
    }

    .eventlistitem.eventlistitemfooter a {
        padding: 16px;
        margin: 0;
        text-align: center;
    }

.RegistrationBorder {
    border: solid 1px cornflowerblue;
    padding: 10px;
}

table.registationsection {
    width: 100%;
    font-size: 12pt;
}
h1 {
    font-family: Calistoga;
    color: #0b77fb;
    font-size: 4rem;
    text-shadow: 4px 4px #00009933;
}

table.registationsection tr:hover {
    background-color: rgba(0,0,0,0.1);
}

table.registationsection td {
    padding: 6px;
    background-color: #F5F5F5;
}

table.registationsection th {
    padding: 6px;
    text-align: left;
}

    table.registationsection th.r {
        text-align: right !important;
    }

table.smalltable {
    width: 100%;
    border-collapse: collapse;
}

    table.smalltable td {
        padding: 0;
    }

