/* Базовые стили */
@import url(../../../stylesheets/application.css);

/* Общие стили */
#footer {
    float: right;
    border: none;
    font-size: 0.9em;
    color: #aaa;
    padding: 5px;
    text-align: center;
    background: transparent;
}

#copyright {
    border-top: 1px solid #bbb;
    font-size: 0.9em;
    color: #aaa;
    padding: 5px;
    background:#fff;
}

#main-menu { left: 0px;}
#main-menu ul { display: inline; overflow: hidden; }
#main-menu ul li { display: inline; }

/* Приоритеты задач */
tr.odd.priority-5 { background: #ffc4c4; }
tr.even.priority-5 { background: #ffd4d4; }

tr.odd.priority-4 { background: #ffc4c4; }
tr.even.priority-4 { background: #ffd4d4; }

tr.odd.priority-3 { background: #fee; }
tr.even.priority-3 { background: #fff2f2; }

tr.odd.priority-1 { background: #eaf7ff; }
tr.even.priority-1 { background: #f2faff; }

/* Wiki */
div.wiki pre {
    width: auto;
}