/* print.css */
body {
    line-height:1.5;
    font: normal 10pt Arial,Helvetica,sans-serif;
    color:#000;
    background:none;
}
.navbar,#routes-form,#status-form,#docs-form,#footer,.yiiLog,.related-docs,.help-block{
    display: none;
}

.table th, .table td {
    border-bottom: 1px solid #DDDDDD;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    padding: 0 4px;
}
.table th {
    font-weight: bold;
}
table.detail-view th {
    width: 160px;
    text-align: right;
}
h1 {
    font-size: 20px;
    line-height: 24px;
}
blockquote small:before {
    content: "— ";
}
blockquote small {
    display: inline;
}
small {
    font-size: 80%;
}
strong {
    font-weight: bold;
}
blockquote.group {
    margin: 9px 0 0;
}
blockquote.user {
    margin: 1px 0 0 20px;
}
/*ХАК для того, чтобы договор был выше, чем лист рассмотрения*/
/*.container-fluid{
    display: table;
    width: 100%;
}*/
/*.container-fluid{
     width: 100%;
}*/
/*.span7{page-break-before: always;}
.row-fluid > [class*="span"] {
    float: none;
    width: 96%;
}*/