/**
 * Scout Order Style
 * Override this styleshit file in your own theme by creating a file at [your-theme]/scout-order/style.css
 *
 * @package Scout Order
 * @author Patryk Polański
 */

.scout-order {
    position: relative;
    font-size: 1em;
}
.scout-order-list .scout-order {
    border-bottom: 1px dashed #ccc;
    margin: 15px 0;
    padding: 0 0 15px;
}
.scout-order-list .scout-order.last {
    border-bottom: none;
}
.scout-order-details {
    overflow: hidden;
}
.scout-order-details span {
    float: left;
    clear: left;
}
.sod-number {
    font-size: 1.3em;
    font-weight: bold;
}
.scout-order-details time,
span.sod-file {
    float: right;
    clear: right;
    max-width: 31%;
}
span.sod-file img.file-icon{
    margin-right: 3px;
    vertical-align: middle;
}
.sod-place,
.sod-signed-by,
.sod-unit {
    max-width: 68%;
}
.scout-order-details time > label,
.scout-order-details span > label {
    float: left;
    font-size: 0.9em;
    font-style: italic;
    margin: 1px 5px 2px 0;
    color: #aaa;
}
