
body {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 20px;
}


h3 {
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: #4aa0e0;
    float : left;
    margin-top : 20px;
    margin-bottom : 3px;
    text-indent: 10px;
    width : 700px;
}

pre {
    width : 700px;
    float : left;
    margin-top : 5px;
    margin-bottom : 30px;
}

div#program {
    float : left;
}

div.programDay {
    font-size: 1.15em;
    margin-top:25px;
    width : 700px;
    float : left;
}

div.presentation {
    width : 700px;
    margin-top: 10px;
    border-color: #bbe0eb;
    border-style: none none dotted;
    border-width: 0px 0px 1px;
    padding: 0px 0px 3px;
    float : left;
}

div.presentationTime {
    float : left;
}

div.presentationInfo {
    margin-left : 10px;
    float : left;
}

div.presentationMaterial {
    margin-left : 10px;
    float : right;
}

div.coffeeBreak {
    width : 700px;
    background-color: #e5f0fb;
    margin-top: 0px;
    border-color: #bbe0eb;
    border-style: none none dotted;
    border-width: 0px 0px 1px;
    padding: 5px 0px 3px;
    float : left;
}

div.coffeeBreakTime {
    float : left;
}

div.coffeeBreakTitle {
    margin-left : 10px;
    float : left;
}

