﻿body
{
    background-color: #141517;
    text-align: center;
    
}
.page
{
    color: black;
    width: 1024px;
    height: 1183px;
    vertical-align: top;
}
.schedule
{
    vertical-align: top;
    width: 403px;
    height: 356px;
    font-weight: 700;
    margin-left: 0px;
    top: -1029px;
    left: 237px;
    position: relative;
}

.location
{
    width: 200px;
    text-align: right;
    padding-right: 10px;
    cursor: pointer;
}
.location:hover
{
    color: Blue;
}
.date
{
    text-align: left;
    cursor: pointer;
}
.date:hover
{
    color: Blue;
}
.details
{
    /*background-image: url(Images/CellBackground.jpg);*/
}
