﻿/*
    Authors: Lucy, John
    Purpose: CSS for Main Game Page
    Date Created: 06/04/16
    Last Modified: 06/24/16
*/
.gamebox{
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.gamebox .date {
    color: #A0A0A0;
    font-style: italic;
}

.gamebox .caption {
    border-top: 1px solid #A0A0A0;
}

.gamebox .caption div:first-child {
    border-right: 1px solid #A0A0A0;
}

.gamebox .caption .alert-success {
    background-image: linear-gradient(to bottom, #80f080 0, #80e580 100%);
}

.gamebox .caption .alert-danger {
    background-image: linear-gradient(to bottom, #f04040 0, #e54040 100%);
    color: #FFF;
}