﻿@import url("../fullcalendar.min.css");
@import url("../../bower_components/font-awesome/css/font-awesome.min.css");


body {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

a {
    color: black;
}

#header, .content-wrapper > .container, .footer {
    display: none;
}

.content-wrapper {
    float: none;
    padding-top: 0;
    min-height: 0;
    width: 100%;
}

h1 {
    font-size: 2em;
    margin-bottom: 1em;
}


img {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.printable .logo {
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 240px;
    float: none;
}
