/*
Theme Name: Gantry Theme for WordPress
Theme URI: http://www.rockettheme.com
Description: Basic default Gantry theme for Wordpress
Version: 1.23
Author: RocketTheme, LLC
Author URI: http://www.rockettheme.com
*/

/* Forms Table
------------------------------------------------------------ */
.wp-table-reloaded.pdfName { background-color: #fff;}
.wp-table-reloaded td.column-1  { color: #000; line-height: 2.2; border-bottom: 3px dotted #ccc; }
.wp-table-reloaded td.column-2 a  {line-height: 2.2; color: #fff;}
.wp-table-reloaded tr {margin-bottom: 10px;}
.wp-table-reloaded-id-1 .row-hover tr:hover td { background-color: #f1f1f1;}

.wp-table-reloaded td.column-2 a {
        float: right;
        position: relative;
        text-decoration: none;
        color: #fff;
        padding: 0 10px;
        border-left: 5px solid black;
        background-color: #c10503;
        font-weight: normal;
        font-size: 14px;
}

.wp-table-reloaded td.column-2 a:before,
.wp-table-reloaded td.column-2 a:after {
        content: "";
        position: absolute;
        /* Pushed down half way, will get pulled back up half height of triangle
           ensures centering if font-size or line-height changes */
        top: 50%;
        width: 0;
        height: 0;
}
.wp-table-reloaded td.column-2 a:before {
        left: -12px;
        /* Triangle */
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid black;
        /* Pull-up */
        margin-top: -8px;
}
.wp-table-reloaded td.column-2 a:after {
        /* Smaller and different position triangle */
        left: -5px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #c10503;
        margin-top: -6px;
}

#rt-bottom .rt-grid-3.rt-omega img{
 display: none !important;
}