﻿#content table {
    width: 100%;
    border: 1px solid black;
    border-collapse: collapse;
}


#content table td {
    border: 1px solid black;
    padding: 5px;
    vertical-align: top;
}


#content table td h3 {
    padding: 0 0 5px 0;
    margin: 0;
}


#content table.board,
#content table.founders,
#content table.instructors {
    border: none;
}


#content table.board td,
#content table.founders td,
#content table.instructors td {
    border: none;
    border-bottom: 5px solid white;
    background-color: #efefef;
    vertical-align: middle;
}


#content table.instructors td.colB {
    width: 30%;
}


#content table.classes td {
    background-color: #efefef;
    vertical-align: middle;
}


#content table.classes td.colB {
    width: 25%;
}


#content table.classes td.colC {
    width: 30%;
}


#content table.classes td.colD {
    width: 15%;
}


#content table.dance {
    background-color: #ffe9ff;
}


#content table.place {
    border: none;
}


#content table.place td {
    border: none;
}


#content table.place td.colA {
    width: 20%;
}


#content table.practice {
    background-color: #ffcc99;
}


#content table.practice td.colA {
    width: 35%;
}


#content table.levels td.colA {
    width: 40%;
}


#content table.stages td.colA {
    width: 40%;
}


#content table.stories {
    background-color: #ffe9ff;
}


#content table.stories td {
    padding: 20px;
}


#content table.howtoreg {
    border: none;
}


#content table.howtoreg td {
    border: none;
    vertical-align: top;
}


#content table.events td.colA {
    width: 22%;
}


#content table.events td.colB {
    width: 20%;
    font-weight: bold;
}


#content table.events td.colC {
    width: 37%;
}


#content table.events td.colD {
    width: 10%;
    text-align: right;
}


#content table.events td.colE {
    width: 10%;
}