table.event-templates { margin-top: 40px; }
table.event-templates thead tr.arlo-group-divider th:first-child {
    min-width: 426px;
}
table.event-templates thead tr.arlo-group-divider th:nth-child(2) {
    min-width: 125px;
}
table.event-templates thead tr.arlo-group-divider th:nth-child(3) {
    min-width: 153px;
}
.arlo-boxed .arlo-list.events .arlo-cf, .arlo-boxed .arlo-list.upcoming .arlo-cf { width: 32%; }
.arlo-boxed .arlo-show-more-link { transform: translateX(-50%); }
tr.arlo-group-divider th {
    border-top: none;
    font-family: "Exo 2", sans-serif;
    font-size: 1.1rem;
}
.arlo-event-filer-wrap {
    background: #ebebeb;
    padding: 15px;
}
.arlo-event-filer-wrap span.find-course {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1rem;
    vertical-align: middle;
}
form#arlo-event-filter {
    display: inline-block;
    margin: 0 15px;
}
form#arlo-event-filter a.btn { display: inline-block; }
@media (min-width: 992px) {
  form#arlo-event-filter select.form-control { min-width: 200px; }
}
@media (max-width: 991px) {
 .arlo-boxed .arlo-list.events .arlo-cf, .arlo-boxed .arlo-list.upcoming .arlo-cf { width: 48%; } 
}
@media (max-width: 767px) {
 .arlo-boxed .arlo-list.events .arlo-cf, .arlo-boxed .arlo-list.upcoming .arlo-cf { width: 100%; } 
}
@media (min-width: 550px) {
  .arlo-filters-buttons { margin-top: 0; }
}

.arlo-event-details {
    max-width: 70%;
}

.arlo-event-details label, .arlo-delivery-desc label {font-weight: bold;}

ul.arlo-event_tags-list {
    clear: both;
    list-style: none;
    padding-left: 65px;
}

ul.arlo-event_tags-list li {
    font-size: 75%;
    margin: 5px 5px 0 0;
    display: inline-block;
    color: #e02d3a;
    border: 1px solid #e02d3a;
    padding: 3px;
    border-radius: 3px;
}

.19-ocm50-openstack-certification #selectLocation {
   display: none;
}

body.page.page-id-256 #selectLocation, body.page.page-id-1310 #selectLocation {
  display: none !important;
}

#arlobox img {
    max-height: 220px;
    float: right;
    margin: 0 0 30px 30px;
  border-radius:10px;
}

@media (min-width: 0px) and (max-width: 450px) {
#arlobox img {
max-height: 250px;
float: none;
margin: 10px auto;
clear: both;
  }
  
  
}

