/* This file is part of Indico.
 * Copyright (C) 2002 - 2018 European Organization for Nuclear Research (CERN).
 *
 * Indico is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation; either version 3 of the
 * License, or (at your option) any later version.
 *
 * Indico is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Indico; if not, see <http://www.gnu.org/licenses/>.
 */

body {
    background-color: white;
}

.headline {
   color: #006;
   background: transparent;
}

.headerselected {
   color: #fff;
   background: #006;
}

ul.dayList {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}

.abstract {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    padding: 5px 5px 5px;
}
.headers {
    margin: 0px;
    vertical-align: top;
}
.speakers {
    text-align: right;
    margin: 0px;
    vertical-align: top;
    float: right;
}
a.author:link {
    color: #fff;
}

a.material {
    padding: 2px 8px;
    height: 15px;
    color: #333333;
    float: left;
    border-left: 1px dotted #AAA;
    background-color: #EEEEEE;
}

a.material:hover {
    background-color: #444444;
    color: white;
}

table pre {
    margin: 0;
}

table p {
    margin-top: 0;
}

.event-manage-button {
    margin-top: 10px;
    font-size: 10pt;
}
