@page {
    size: A4;
    margin: 0;
}

[class*="col-lg-"] {
    float: left;
}

[class*="col-xs-"] {
    float: left;
}

.col-lg-12, .col-xs-12 {
    width:100% !important;
}

.col-lg-11, .col-xs-11 {
    width:91.66666667% !important;
}

.col-lg-10, .col-xs-10 {
    width:83.33333333% !important;
}

.col-lg-9, .col-xs-9 {
    width:75% !important;
}

.col-lg-8, .col-xs-8 {
    width:66.66666667% !important;
}

.col-lg-7, .col-xs-7 {
    width:58.33333333% !important;
}

.col-lg-6, .col-xs-6 {
    width:50% !important;
}

.col-lg-5, .col-xs-5 {
    width:41.66666667% !important;
}

.col-lg-4, .col-xs-4 {
    width:33.33333333% !important;
}

.col-lg-3, .col-xs-3 {
    width:25% !important;
}

.col-lg-2, .col-xs-2 {
    width:16.66666667% !important;
}

.col-lg-1, .col-xs-1 {
    width:8.33333333% !important;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left !important;
}

body {
    margin: 0;
    padding: 0 !important;
    width: 1200px;
}

.container {
    width: auto;
    min-width: 1200px;
}

body {
    font-size: 10px;
}

a[href]:after {
    content: none;
}

.noprint,
div.alert,
header,
.group-media,
.btn,
.footer,
#comments,
.nav,
ul.links.list-inline,
ul.action-links {
    display:none !important;
}

.content, .row {
    margin: 0!important;
}
