
        .ch-profile-custom-info > div div:first-child {
            color: #314555;
        }

        .title-holder h1 {
            font: 25px 'Roboto', Arial, san-serif;
            color: #FFF;
        }

        .switch-button label {
            color: #FFF;
        }

        .widget-content {
            background-color: #FFF;
            font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
            color: #AAA;
        }

        .widget-content h2 {
            font: 21px 'Roboto', Arial, san-serif;
            color: #314555;
        }

        .widget-content h4 {
            font: 18px 'Roboto', Arial, san-serif;
            color: #6e9fbe;
        }

        .widget-content h5 {
            font: 16px 'Roboto', Arial, san-serif;
            color: -body-color;
        }

        a:hover {
            color: #314555;
        }

        .edit-profile-about,
        .remove-section,
        .add-element,
        .edit-icon,
        .edit-post,
        .remove-post,
        .remove-comment {
            background-image: url(/images/templates_icons/icons.png) !important;
        }

        .edit-post {
            width: 26px;
            height: 26px;
            background-position: 0px 0px !important;
            display: inline-block;
        }

        .edit-icon {
            background-position: 0px 0px !important;
        }

        .edit-post:hover {
            background-position: 0px -26px !important;
        }

        .remove-post, .remove-comment {
            width: 26px;
            height: 26px;
            background-position: -26px 0px !important;
            display: inline-block;
        }

        .remove-post:hover {
            background-position: -26px -26px !important;
        }

        .publish-post {
            width: 26px;
            height: 26px;
            background-position: -130px 0px !important;
            display: inline-block;
        }

        .publish-post:hover {
            background-position: -130px -26px !important;
        }

        .feed-options {
            position: absolute;
            right: 5px;
            top: 5px;
            display: none;
            z-index: 1;
        }

        .feed-item:hover .feed-options {
            display: block;
        }

        .info-author, .feed-info {
            margin-right: 68px;
        }

        .comment-options {
            float: right;
            display: none;
        }

        .feed-comment:hover .comment-options {
            display: block;
        }
      
       /*______ TABLES ______*/
      
      table.ch-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0, 0);
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        table-layout: fixed;
      }
      
      table.ch-table td {
        vertical-align: middle;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0);
      }
      
      .ch-table thead {
        background-color: #f4f4f4;
        font: 18px 'Roboto', Arial, san-serif;
        color: #451010
      }
      
      .ch-table thead p {
        margin-bottom: 0px;
      }
      
      .ch-table tbody a,
      .ch-table tbody p {
        word-wrap:break-word;
      }
      
      .ch-table thead td {
        color: #FFF;
        border-color: #f4f4f4 #FFF;
        border-width: 1px;
        border-style: solid;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid #f4f4f4;
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid #f4f4f4;
      }
      
    
        html, body {
            background-color: #F4F4F4;
            line-height: 20px;
        }

        #content {
            max-width: 1170px;
        }

        #content > div > div > #main {
            max-width: -width;
        }

        #column-one {
            display: none;
            width: 0px;
            min-width: 0px;
        }

        #column-two {
            width: 360px;
            min-width: 360px;
        }
    