body {
font-size: 1.25em !important;
line-height: 1.5em !important;
color: #333333 !important;
}

.nav-header {
font-size: 1.0em !important;
text-transform: capitalize !important;
color: #000055 !important;
padding: 8px 30px 8px 0px !important;
}

.navigation .nav-child a {
font-size: 1.5em !important;
padding: 8px 8px 8px 12px !important;
}

.cbUsersList {
font-size: 1.0em !important;
}

.form* {
font-size: 1.5em !important;
color: #333333 !important;
}

.text-small {
font-size: 1.25em !important;
}

input* {
font-size: 1.5em !important;
color: #333333 !important;
}

.table {
padding: 150%  !important;
}

.task-userdetails .alert-success   {
background-color: #ffcccc !important;
color: red !important;
}

.task-userdetails .alert-heading   {
background-color: #ffcccc !important;
color: red !important;
}

/* Remove time ago field from gallery title line */
.galleryFolderHeaderDate .cbDateTimeago {
  display:none;
}

/* Reduce size of video thumbnails from 50% to 33% */
.cb_template .col-lg-6 { 
flex: 0 0 33%;
max-width: 33%;
}