﻿body {
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 36pt;
}

.feedback {
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
}

.website a {
    text-decoration: none;
}

.website-container {
    background: no-repeat center center;
    background-size: cover;
    color: white;
    margin-bottom: 16pt;
    box-shadow: 5px 5px 8px #444;
}

.website-container h3, .website-info {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6);
}

.website-container h3 {
    margin: 0;
    padding: 8pt;
    font-weight: normal;
    margin-bottom: 8pt;
}

.website-info-div {
    margin-top: 16pt;
    padding: 8pt;
}

.website-info {
    padding: 4pt;
}

.website-container-inner {
    background-color: rgba(255, 255, 255, 0.7);
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}

.website-container-inner:hover {
    background-color: transparent;
}

.month-graph canvas {
    max-width: 480px;
    max-height: 480px;
}

#websiteGraph {
    height: 320px;
}