
      .widget-content pre{
        overflow-x: auto;
      }
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: #ffdf00;
      }
      
      .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: #ffdf00;
        }

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

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

        a:hover {
            color: #ffb481;
        }

        .edit-profile-about,
        .remove-section,
        .add-element,
        .edit-icon,
        .edit-post,
        .remove-post,
        .remove-comment{
            background-image: url(/Images/templates_icons/comm_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 {
          position: relative;
          margin-left: 7.33333rem;
          margin-right: 7.33333rem;
      }
      
      .comment-options {
        float: right;
        display: none;
      }
      
      .feed-comment:hover .comment-options {
        display: block;
      }
    
        html, body {
            background-color: #F4F4F4;
            line-height: 20px;
        }

        #content {
            max-width: 1060px;
        }

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

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

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