/* Show Presentations */

.centercontent p {
    padding: 0px;
}

.presentation {
    margin: 10px;
    margin-top: 20px;
}

h3 {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
}

.h3 {
    float:right
    text-align: center;
    font-size: 20px;
}

h3:first {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.first {
    margin-top: 0px;
}

.presentation .title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #CCC;
    width: 100%
}
.presentation .title a {
    text-decoration: none;
    color: blue;
}

.presentation .status {
    float: right;
    padding-left: 5px;
    padding-right: 0px;
}

.presentation .audiences {
    padding-top: 1px;
    margin:0px;
    border-top: 1px solid #CCC;
    clear: both;
}

.presentation .audiences ul {
    list-style:none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

.presentation .audiences ul li {
    display: inline;
    padding: 2px 5px;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.presentation .audiences ul li:first-child {
    margin-left: 0px;
}

.presentation .audiences a {
    text-decoration: none;
    color: #333;
}

.presentation .audiences .beginner {
    background-color: #ffffcc;
}

.presentation .audiences .intermediate {
    background-color: #ccffff;
}

.presentation .audiences .advanced {
    background-color: #ffccff;
}

.presentation .presenter {
    float: right;
    margin-bottom: 10px;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.presentation .presenter ul {
    margin: 0px;
    padding: 10px;
    list-style: none;
}

.presentation .short_abstract {
    margin-top : 10px;
    margin-left: 10px;
    min-height: 30px;
}

.presentationCategory {
    float: right;
    font-size: 14px;
}

.location {
    float:right;
}

.end {
    margin-left: 10px;
}

