p {
    margin-top: 0;
    margin-bottom: 0em;
    line-height: 1.5em;
}

/*hr {
    padding-top: 5px;
    padding-bottom: 5px;
}*/

table td {
    padding: 2px 2px 3px 2px;
}

.style3 {
    font-size: 12px;
    font-style: italic;
}

.rTable {
    display: table;
    width: 570px;
    /*border: 1px solid #999999;*/
}

.rTableRow {
    display: table-row;
}

.rTableRow2 {
    display: table-row;
    background-color: #eaeaea;
}

.rTableHeading {
    display: table-cell;
    background-color: #ddd;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #999999;
}

.rTableCell,
.rTableHead {
    display: table-cell;
    padding: 5px 1px 5px 10px;
    /*border-bottom: 1px solid #999999;*/
}

.rTableCelldescription,
.rTableHead {
    display: table-cell;
    padding: 0px 0px 10px 15px;
    /*border-bottom: 1px solid #999999;*/
}

.rTableCelldate{
    display: table-cell;
    padding: 10px;
    /*vertical-align: middle;*/
}

.rTableCellplay{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.rTableCellslide{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.rTableCell a {
    padding-top: 10px;
}
.rTableCell img {
    /*padding: 10px 0px 0px 0px;*/
}
.rTableCell_video {
    display: table-cell;
    padding-bottom: 5px;
    border-bottom: 1px solid #999999;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}

/*BUTTON*/
.button {
    padding-left: 2px;
}

.button a {
    display: block;
    height: 50px;
    width: 115px;
    background: #3a5298;
    /*TYPE*/
    color: white;
    font: 15px/50px Helvetica, Verdana, sans-serif;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    /*ROUNDED CORNERS*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*SHADOW*/
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    /*GRADIENT*/
    background: -moz-linear-gradient(top, #3a5298 0%, #009ec3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a5298), color-stop(100%, #009ec3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3a5298 0%, #009ec3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3a5298 0%, #009ec3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3a5298 0%, #009ec3 100%);
    /* IE10+ */
    background: linear-gradient(top, #3a5298 0%, #009ec3 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3a5298', endColorstr='#009ec3', GradientType=0);
}

/*PAGINATION*/
.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 5px 5px ;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 15px 4px;
}

.pagination a.active {
    background-color: #3a5298;
    color: white;
    border: 1px solid #3a5298;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
