.page-node-type-event .field-label-inline .field-label {
    width: 90px;
}
 .article-title h1 {
   margin-bottom:20px;
 }
@media (min-width: 992px){
.col-sm-12.col-md-9{
 width:80%; 
}
.col-sm-12.col-md-3{
 width:20%; 
}
}
.block-region-left {
    padding: 30px 60px;
    background: #FFFFFF;
    margin-bottom: 40px;
}
.block-region-left .block{
  margin-bottom:10px;
}

.language-en .article-title,.language-en .article-submit {
    text-align: left;
}
.language-en .article-title h1 {
    font-size: 42px;
    font-family: Times;
}
.block-region-left h2 {
    color: #2c318a;
    margin-top: 30px;
    margin-bottom: 20px;
}
@media (max-width: 992px){
  .block-region-left {
    padding: 20px 6% !important;
    background: #FFFFFF;
    margin-bottom: 20px;
}
.language-en .article-title h1 {
    font-size: 26px;
    font-family: Times;
}
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: .01%;
    overflow-x: auto !important;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 42px 0;
}