.redbox{
    border: 1px solid red;
}

dd{
    margin-left: 5px;
}
dd.staff-member ul{
    list-style: none;
}
dl.horizontal {
    display: block;
}

.horizontal dt {

    float: left;
    width: 200px;
    overflow: hidden;
    clear: left;
    text-align: right;
    white-space: nowrap;
    min-height: 25px;
    padding-top: 10px;
    text-align: left;
    font-weight: bold;

}
.horizontal dt span{
    padding-left: 15px;
}
.horizontal dd {
    margin-left: 200px;
    min-height: 25px;
    padding-top: 10px;
    padding-left: 15px;
}
.horizontal dt:first-of-type {
    border-top: none;
}
.horizontal dd:first-of-type {
    border-top: none;
}
table.courselist{
    width: 100%;
}
table.courselist td, table.courselist th {
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
}
table.courselist tr:nth-child(even){
    background-color: #f6f6f6;
}

p.project-funding{
    padding-top: 5px;
}

/** CONFLUENCE STYLES **/
.bulletin dl.meet {
    display: block;
}

.bulletin .meet dt {
    float: left;
    width: 150px;
    overflow: hidden;
    clear: left;
    text-align: right;
    white-space: nowrap;
    min-height: 25px;
    padding-top: 10px;
    text-align: left;
    font-weight: bold;

}
.bulletin .meet dt span{
    padding-left: 15px;
}
.bulletin .meet dd {
    margin-left: 150px;
    min-height: 25px;
    padding-top: 10px;
    padding-left: 15px;
}
.bulletin .meet dt:first-of-type {
    border-top: none;
}
.bulletin .meet dd:first-of-type {
    border-top: none;
}

.bulletin .columnLayout {
    width: 100%;
}

.bulletin div.columnLayout.three-equal div.cell{
    display: inline-block;
    width: 33%;
}
.bulletin div.columnLayout.two-equal div.cell{
    display: inline-block;
    width: 49%;
}
.bulletin div.innerCell ul li p{
    margin-bottom: 0px;
}

.bulletin .innerCell h1{
    font-size: 16pt;
}
.bulletin .innerCell h2{
    font-size: 15pt;
}
.bulletin .innerCell h3{
    font-size: 14pt;
}
.bulletin .innerCell h4{
    font-size: 13pt;
}