/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import 'flexvideo.css';
@import 'fix-bootstrap.css';

img.aligncenter {
   display: block;
   margin: 0 auto;
}



/* ancient-browser-alert error */
.ancient-browser-alert {
   background: #a00;
   color: #faa;
   display: block;
   padding: 3px 0;
   text-align: center;
}
.ancient-browser-alert a {
   color: #fff;
   text-decoration: underline;
}



.page-header-top-right {
   margin-top: 10px;
}



.pagination {
   margin: 0;
}



.pagination-center {
   text-align: center;
}
.pagination-row {
   margin-bottom: 20px;
}



.required {
   color: #f00;
}



.row-with-vspace {
   margin-bottom: 20px;
}
