.sirev-content {
    max-width: none !important;
    min-width: auto !important;
    width: auto !important;
  }
ul.list-group.container {
    width: auto !important;
    max-width: 100% !important;
  }

.hidden-print {
        display:none;
}
a[href]:after {
        content: none !important;
}
.col-12 {
        width: 100%;
}
.col-12.col-md-4 {
        width: 33.33333333%;
}
.col-12.col-md-8 {
        width: 66.66666666%;
}
.sirev-content {
        max-width: none;
        min-width: 860px;
}

