/*
* -*- mode: text; coding: utf-8; -*-


   This file is part of Indico.
   Copyright (C) 2002 - 2013 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/>.
*/

/* ************* */
/* Ordered Lists */
/* ************* */
.ordered-list {
    margin:0;
    padding:0;
    display: inline-block;
    min-width: 450px;
}

.ordered-list > li {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 0;
    list-style-type: none;
}
.ordered-list > li > .list-item-title {
    font-size:14px;
    font-weight:bold;
    color: #666;
    padding-bottom: 5px;
}
.ordered-list > li > .list-item-content {
    color: #888;
    padding-top: 2px;
}
.ordered-list > li > .list-item-content > .list-item-content-title {
    font-weight:bold;
    padding-right: 5px;
}
.ordered-list > li > .list-item-content > .list-item-content-data {
    float:right;
}
