
      .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;
      }
    
      html, body {
        background-color: #F4F4F4;
        line-height: 20px;
      }
      
      #content {
        max-width: 960px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        display: none;
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 380px;
        min-width: 380px;
      }
    