﻿body {
    padding-top: 70px;
}

.header-row {
    background-color: #6A0B71;
}

.white-text {
    color: white;
}

.round-corners {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.top-padding {
    padding-top: 2em;
}

.code {
    font-family: Consolas, "Courier New", Courier, monospace;
}

.trackheader {
    color: White;
    font-weight: bold;
    font-size: large;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 20px;
}
.table-scrollable{
    overflow: auto;
}

.sessionimages {
    float: right;
    width: 135px;
    margin-top: 20px;
}

.sessionimages2 {
    float: right;
    width: 135px;
}

.sessiontitle {
    margin-right: 145px;
    margin-top: 20px;
}

.link {
  text-decoration: underline;
}

.logo {
  margin-bottom: 20px;
}
