.thumbnail
{
    cursor: pointer;
}
HTML
{
    height: 100%;
}
BODY
{
    background-color: #bdceff;
    font-family: 'gooddog';
    margin:0;
    padding:0;
    min-height: 100%;
    height: 100%;
}

a
{
    color:black;
    text-decoration: none;
}
A:link
{
    color:black;
    text-decoration: none;
}
A:hover
{
    color:#c6944a;
    text-decoration: none;
}
.dateLink
{
    color:black;
    cursor:pointer;
}
.dateLink:hover
{
    color: #c6944a;
}
.selectedDateLink
{
    color: grey;
    pointer-events: none;
}
table
{
    border:1px solid  gray;
    border-collapse:collapse;
}
td, th
{
    border:1px solid gray;
}
.itineraryTable tr:nth-child(even)
{
    background: #7099bf;
}
.mainLeft
{
    width:80px;
    height: 100%;
    float:left;
    overflow-y: auto;
    padding-left: 10px;
    border-right: 2px solid gray;
}

.mainRight
{
    width: calc(100% - 105px);
    height: 100%;
    float: right;
    overflow-y: auto;
}

.wrapper
{
    width: 100%;
    height: calc(100% - 114px);
}

.footer
{
    width:100%; 
    height: 20px; 
    background-image:url('graphics/grassbackground.png');
    position: fixed;
    bottom: 0;
}

.flexContainer
{
    display:flex;
    width:100%;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-top: 10px;
}

.headerRow
{
    display:flex;
    width: 100%;
    flex-flow:nowrap;
    justify-content: start;
}
