#backplate {
    border: 3px solid silver;
    width: 1200px;
    border-radius: 10px;
    margin: auto;
}

#primaryTable {
    border-collapse: collapse;
    width: 1200px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    vertical-align: middle;
}

#primaryTable td {
    text-align: center;
    height: 45px;
    font-size: 12pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /*font-style: oblique;*/
}

#primaryTable tr {
    border-bottom: rgba(255, 255, 255, 0.782) 2px solid;
}

.at {
    font-size: 11pt;
    font-style: normal;
    font-weight: 400;
    margin: -10px 0 0 0;
    padding: 0px 0px 5px 0px;
    color: rgb(0, 0, 0);

}

.tt {
    font-size: 13pt;
    font-style: normal;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgb(255, 255, 255);
    margin-bottom: -10px;
    padding: 5px 0px 0px 0px;
    width: 70%
}

#primaryTable tr:nth-child(odd) {
    background-image: linear-gradient(to right, white, rgba(255, 190, 111, 0.695))
}

#primaryTable tr:nth-child(even) {
    background-image: linear-gradient(to right, white, rgba(202, 111, 255, 0.695))
}

#primaryTable tr:nth-child(n+3) td:nth-child(2n+0) {
    background-color: rgba(254, 254, 254, 0.082)
}

#primaryTable tr:nth-child(n+3) td:nth-child(1) {
    background-color: rgba(105, 155, 182, 0.315)
}

#primaryTable #dayheader {
    background-image: linear-gradient(to bottom, blue, rgb(93, 173, 247));
    border-radius: 10px 10px 0 0;
    color: white;
    font-size: 16pt;
    text-align: center;
    text-shadow: 2px 1px 1px black;
    font-weight: bold;
}

#backplate #primaryTable #secondRow {
    background-image: linear-gradient(to bottom, gray, silver, white);
    text-shadow: 1px 1px 1px silver;
    font-weight: 800;
    height: 30px;
    border-bottom: black 3px solid;
}

#backplate #primaryTable #secondRow td {
    height: 30px;
    text-align: center;
    font-size: 13pt;
}

#primaryTable #lastRow td {
    background-image: linear-gradient(to bottom, rgb(155, 155, 155), rgb(0, 0, 0));
    border-radius: 0 0 10px 10px;
    color: white;
    font-size: 16pt;
    text-align: center;
    text-shadow: 2px 1px 1px black;
    font-weight: bold;
    height: 40px;
    border-top: black 3px solid;
    border-bottom: 0px
}

#primaryTable #firstRow {
    border-bottom: 3px gray solid;
}

#primaryTable #titlestyle {
    font-weight: 200;
}

#primaryTable #mid {
    margin: auto;
}

#primaryTable #break {
    background-image: linear-gradient(to right, rgb(206, 206, 206), rgb(94, 92, 92)) !important;
    color: white;
    text-shadow: 2px 1px 1px black;
    font-weight: bold;
    font-style: normal;
}

#primaryTable #exhibit {
    background-image: linear-gradient(to right, rgba(70, 8, 114, 0.652), rgba(0, 0, 0, 0.552));
    color: white;
    text-shadow: 2px 1px 1px black;
    font-weight: bold;
    font-size: 22pt;
    font-style: normal;
    height: 250px;
}

#primaryTable #postersession {
    background-image: linear-gradient(to right, rgba(70, 8, 114, 0.652), rgba(0, 0, 0, 0.552));
    color: white;
    text-shadow: 2px 1px 1px black;
    font-weight: bold;
    font-size: 22pt;
    font-style: normal;
    height: 80px;
}

#slabel {
    width: 85%;
    height: 35px;
    line-height: 70%;
    border-radius: 4px;
    padding: 2px;
    margin: auto;
    font-weight: bold;
}

#slabel span {
    display: block;
    line-height: 35px;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
}

.intro {
    background-color: rgb(214, 182, 169);
}

.tutorial {
    background-color: rgb(164, 167, 199);
}

.ses1 {
    background-color: rgb(164, 241, 169);
}

.ses2 {
    background-color: rgb(232, 165, 102);
}

.ses3 {
    background-color: rgb(231, 234, 24);
}

.ses4 {
    background-color: rgb(232, 204, 46);
}

.ses5 {
    background-color: rgb(33, 245, 33);
}

.invited {
    background-color: rgb(232, 102, 180);
}