*{
	margin: 0;
	padding: 0;
}
a,li{
	text-decoration: none;
	list-style: none;
}
body {
    background: #f0eef5 url("https://www.cnblogs.com/skins/CodingLife/images/body_bg.png") repeat-x scroll 0 0;
    color: #7d8b8d;
/*     font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 25px;
min-height: 101%; */
}
#home{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#header{
	width: 100%;
	background-color: #0184B2;
}

#blogTitle {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://www.cnblogs.com/skins/CodingLife/images/title-yellow.png");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 1280px auto;
    clear: both;
    height: 300px;
    margin: 0 8%;
    position: relative;
    top: 40px;
    width: 84%;
}
.headermaintitle {
    color: #fff;
    font-size: 1.5em;
    left: 150px;
    letter-spacing: 1.4em;
    position: absolute;
    top: 70px;
}
#navigator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #169fe6;
    border-color: #138cca -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    clear: both;
    height: 3.5em;
    position: relative;
}
#navList {
    height: 3.5em;
    margin: 0 8%;
    width: 84%;
}
#navList li {
    float: left;
    height: 3.5em;
    line-height: 3.5em;
    list-style-type: none;
}
#navList a {
    color: #fff;
    display: block;
    font-size: 1.2em;
    letter-spacing: 0.2em;
    padding: 0 0.6em;
}
#navList a:link {
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}
#navList a:hover {
    background-color: #fff;
    color: #169fe6;
    text-decoration: none;
}
.blogStats {
    display: none;
}

#main {
    clear: both;
    margin: 0 5%;
    width: 90%;
}
.postDesc a:hover {
    color: #9ab26b;
    text-decoration: none;
}
.postSeparator {
    border-top: 1px dashed silver;
    clear: both;
    margin: 20px 0;
}
.topicListFooter {
    font-size: 16px;
    height: 68px;
    line-height: 68px;
    margin-top: 15px;
}
#nav_next_page {
    line-height: 40px;
}
#nav_next_page a {
    background-color: #99b16b;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.09);
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
}
#calendar table a:hover {
    background-color: #f60;
    color: #fff;
    text-decoration: none;
}
.divRecentComment {
    margin-top: 0.5em;
}
#EntryTag a:hover {
    color: #f60;
}
.feedbackListSubtitle {
    padding: 0 5px;
}
.feedbackListSubtitle a:hover {
    color: #9ab26b;
    text-decoration: none;
}
#divRefreshComments {
    margin-bottom: 10px;
    text-align: right;
}
.entrylistItemPostDesc a:hover {
    color: #f60;
}
.topicListFooter .pager a:hover, .topicListFooter .pager span {
    background: #9ab26b none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.09);
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 14px;
    padding: 0 15px;
    text-decoration: none;
}
.divPhoto:hover {
    border-color: #08c;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
#footer {
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.pfl_feedback_area_title {
    margin-bottom: 1em;
}
.pfl_feedbackCon {
    margin: 0.5em;
}
.postCon p {
}
body, div, h1, h2, h3, h4, h5, h6, ul, li, img {
    margin: 0;
    padding: 0;
}
img {
    border: medium none;
}
#home {
    margin: 0 auto;
}
#user .user_info a:hover {
    color: rgba(255, 255, 255, 1);
}
#mynav li:hover {
    background-color: #99b16b;
    color: #fff;
}
#mynav li, #profile_block a, .catListTag ul li, .catListTag ul li::before, .catListPostCategory ul li a, .catListPostArchive ul li a, .recent_comment_title a, .catListView ul li a, .catListFeedback ul li a {
    transition: all 0.1s ease-out 0s;
}

#mainContent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    overflow: visible;
    text-overflow: ellipsis;
    margin-right: 1%;
    width: 73%;
    word-break: break-all;
}
#mainContent .forFlow {
    float: none;
    width: 100%;
}
.day {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    margin-bottom: -1px;
    padding: 20px;
}
.day:hover {
    border: 1px solid #169fe6;
    position: relative;
    z-index: 10;
}
.day:hover .postSeparator {
    border-top: 1px dashed #169fe6;
}
.dayTitle {
    background-color: #45bcf9;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    padding: 3px 6px;
}
.dayTitle:hover {
    background-color: #ff5e52;
}
.dayTitle a {
    color: #fff;
}
.day .postTitle2 {
    color: #555;
}
.day .postTitle {
    clear: right;
    float: left;
    font-size: 21px;
    line-height: 1.5em;
}
.postCon {
    clear: both;
    padding: 15px 0;
}
.postDesc {
    clear: both;
    color: #bcbcbc;
    float: none;
    font-size: 12px;
    line-height: 200%;
    text-align: left;
}
.postDesc a {
    color: #999;
}
#topics {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    overflow: hidden;
    padding: 20px;
}
#topics .postTitle {
    color: #333;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px dotted;
}
#topics .postTitle a {
    color: #333;
}
#topics .postBody blockquote {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ddd;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 5px;
    margin: 0;
    padding-left: 10px;
}
#topics .postBody blockquote p {
    color: #777;
    margin: 0;
    padding: 0;
}
.postTitle a:hover {
    color: #0e90d2;
    text-decoration: none;
}
#cnblogs_post_body {
    color: #333;
    line-height: 1.8;
}
#cnblogs_post_body h2 {
    margin: 20px 0;
}
#cnblogs_post_body p a:hover, #cnblogs_post_body ol li a:hover, #cnblogs_post_body ul li a:hover {
    border-bottom: 1px dotted #9ab26b;
}
#cnblogs_post_body ol, #cnblogs_post_body ul {
    margin: 0 0 1em 40px;
    padding: 0;
}
#EntryTag {
    color: #7e8c8d;
    font-size: 14px;
    font-weight: bold;
}
#EntryTag a {
    color: #9fa4a4;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: none;
}
#BlogPostCategory a {
    margin-left: 10px;
}
#BlogPostCategory a:hover {
    border-bottom: 1px dotted #ff5e52;
    color: #ff5e52;
}
#post_next_prev {
    font-size: 14px;
    line-height: 200%;
    margin: 10px 0;
}
#post_next_prev a {
    color: #333;
}
#post_next_prev a:hover {
    border-bottom: 1px dotted #ff5e52;
    color: #ff5e52;
}
#topics .postDesc {
    color: #777;
    font-size: 14px;
    line-height: 200%;
    margin: 10px 0;
}
#topics .postDesc a:hover {
    color: #9ab26b;
}
#mystart ul li a.a, #mystart ul li a.b {
    float: left;
    margin-right: 12px;
    text-decoration: none;
}
#myinfo a:hover {
    border-bottom: 1px dotted #9ab26b;
}
.feedbackManage {
    float: right;
    line-height: 26px;
}
.comment_actions a:hover {
    color: #9ab26b;
}
.login_tips a:hover {
    color: #fff;
}
.login_tips_login {
    background: #9ab26b none repeat scroll 0 0;
}
.login_tips_regist {
    background: #49c8f5 none repeat scroll 0 0;
}
.login_tips_home {
    background: #2b6695 none repeat scroll 0 0;
}
.entrylistItem {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 20px;
    min-height: 20px;
    position: relative;
    z-index: 2;
}
.entrylistPosttitle a.desc_img_wrap {
    display: block;
    height: 320px;
    margin: 0 0 10px;
    position: relative;
}
.entrylistPosttitle a:hover {
    color: #99b16b;
    text-decoration: none;
}
.c_b_p_desc {
    color: #333;
    font-size: 14px;
    line-height: 200%;
}
a.c_b_p_desc_readmore {
    color: #9ab26b;
}
.entrylistItemPostDesc a:hover {
    color: #9ab26b;
}
#sideBar {
    float: left;
    min-width: 290px;
    overflow: visible;
    text-overflow: ellipsis;
    width: 18%;
    word-break: break-all;
}
/*侧边栏的开始*/
#sideBarMain {
}
#blog-news {
    margin-bottom: 20px;
    overflow: visible;
}
#blog-news .share {
    background: #fff none repeat scroll 0 0;
    height: 118px;
    width: 290px;
}
#blog-news .share li:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#profile_block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    color: #7e8c8d;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 0 !important;
    padding: 20px;
}
#profile_block:hover {
    border: 1px solid #ff5e52;
}
#profile_block a {
    color: #9fa4a4;
    font-size: 13px;
    text-decoration: none;
}
#profile_block a:hover {
    border-bottom: 1px dotted #99b16b;
    color: #99b16b;
}
#blog-news .social .social_weibo, #blog-news .social .social_github, #blog-news .social .social_envelope {
    background: #d04341 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 30px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    text-align: center;
    width: 63px;
}
#blog-news .social .social_weibo {
    text-shadow: 1px 1px #b13937, 2px 2px #b13937, 3px 3px #b13937, 4px 4px #b13937, 5px 5px #b13937, 6px 6px #b13937, 7px 7px #b13937, 8px 8px #b13937, 9px 9px #b13937, 10px 10px #b13937, 11px 11px #b13937, 12px 12px #b13937, 13px 13px #b13937, 14px 14px #b13937, 15px 15px #b13937, 16px 16px #b13937, 17px 17px #b13937, 18px 18px #b13937, 19px 19px #b13937, 20px 20px #b13937, 21px 21px #b13937, 22px 22px #b43a38, 23px 23px #b73b39, 24px 24px #bb3c3a, 25px 25px #be3d3b, 26px 26px #c23e3c, 27px 27px #c53f3d, 28px 28px #c9403e, 29px 29px #cc413f, 30px 30px #d04341;
}
#blog-news .social .social_github {
    background: #34c8f4 none repeat scroll 0 0;
    text-shadow: 1px 1px #2fb4dc, 2px 2px #2fb4dc, 3px 3px #2fb4dc, 4px 4px #2fb4dc, 5px 5px #2fb4dc, 6px 6px #2fb4dc, 7px 7px #2fb4dc, 8px 8px #2fb4dc, 9px 9px #2fb4dc, 10px 10px #2fb4dc, 11px 11px #2fb4dc, 12px 12px #2fb4dc, 13px 13px #2fb4dc, 14px 14px #2fb4dc, 15px 15px #2fb4dc, 16px 16px #2fb4dc, 17px 17px #2fb4dc, 18px 18px #2fb4dc, 19px 19px #2fb4dc, 20px 20px #2fb4dc, 21px 21px #2fb4dc, 22px 22px #2fb6de, 23px 23px #30b8e1, 24px 24px #30bae4, 25px 25px #31bce6, 26px 26px #31bfe9, 27px 27px #32c1ec, 28px 28px #32c3ee, 29px 29px #33c5f1, 30px 30px #34c8f4;
}
#blog-news .social .social_envelope {
    background: #f8bc2e none repeat scroll 0 0;
    text-shadow: 1px 1px #d3a027, 2px 2px #d3a027, 3px 3px #d3a027, 4px 4px #d3a027, 5px 5px #d3a027, 6px 6px #d3a027, 7px 7px #d3a027, 8px 8px #d3a027, 9px 9px #d3a027, 10px 10px #d3a027, 11px 11px #d3a027, 12px 12px #d3a027, 13px 13px #d3a027, 14px 14px #d3a027, 15px 15px #d3a027, 16px 16px #d3a027, 17px 17px #d3a027, 18px 18px #d3a027, 19px 19px #d3a027, 20px 20px #d3a027, 21px 21px #d3a027, 22px 22px #d7a327, 23px 23px #dba628, 24px 24px #dfa929, 25px 25px #e3ac2a, 26px 26px #e7af2a, 27px 27px #ebb22b, 28px 28px #efb52c, 29px 29px #f3b82d, 30px 30px #f8bc2e;
}
#blog-news .social .social_weibo:hover, #blog-news .social .social_github:hover, #blog-news .social .social_envelope:hover {
    text-shadow: none;
}
#leftcontentcontainer {
    margin-top: 20px;
}
.myad {
    background: #fff none repeat scroll 0 0;
    margin-top: 20px;
    padding: 20px;
}
.mySearch {
    background: #fff none repeat scroll 0 0;
}
.catListTitle {
    background-color: #169fe6;
    border: 1px solid #169fe6;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
}
#widget_my_zzk {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    margin: 0 !important;
    padding: 15px 0 0 15px;
}
#widget_my_google {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #dedede #dedede;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin: 0 !important;
    padding: 10px 0 15px 15px;
}
.input_my_zzk {
    border: 1px solid #ddd;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    padding: 0 12px;
    width: 160px;
}
input.btn_my_zzk {
    background: #ff5e52 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Microsoft Yahei","Simsun",Arial;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 70px;
}
input.btn_my_zzk:hover {
    cursor: pointer;
}
.catListTag ul li:hover {
    background: #ff5e52 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
}
.catListTag ul li:hover a {
    color: #fff;
}
.catListTag ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.catListPostCategory {
    background: #fff none repeat scroll 0 0;
}
.catListPostCategory ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #dedede #dedede;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.catListPostCategory ul li {
    border-bottom: 1px solid #e9e9e9;
    color: #777;
    font-size: 15px;
    line-height: 44px;
    padding-left: 25px;
}
.catListPostCategory ul li a, .catListPostArchive ul li a, .catListArticleCategory ul li a, .recent_comment_title a, .catListView ul li a, .catListFeedback ul li a {
    color: #777;
    text-decoration: none;
}
.catListPostCategory ul li a:hover, .catListPostArchive ul li a:hover, .catListArticleCategory ul li a:hover, .recent_comment_title a:hover, .catListView ul li a:hover, .catListFeedback ul li a:hover {
    border-bottom: 1px dotted #ff5e52;
    color: #ff5e52;
}
.catListPostArchive {
    background: #fff none repeat scroll 0 0;
}
.catListPostArchive ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #dedede #dedede;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.catListPostArchive ul li {
    border-bottom: 1px solid #e9e9e9;
    color: #7e8c8d;
    font-size: 15px;
    line-height: 44px;
    padding-left: 25px;
}
.catListArticleCategory {
    background: #fff none repeat scroll 0 0;
    padding-top: 20px;
    width: 290px;
}
.catListImageCategory {
    background: #fff none repeat scroll 0 0;
    padding-top: 20px;
    width: 290px;
}
.catListComment {
    background: #fff none repeat scroll 0 0;
}
.recent_comment_title {
    border: medium none !important;
    color: #7e8c8d;
}
.recent_comment_body, .recent_comment_author {
    color: #9fa4a4;
    padding-top: 0 !important;
}
.recent_comment_body {
    border-bottom: medium none !important;
}
.recent_comment_author {
    border-bottom: 1px solid #e9e9e9;
}
.catListView {
    background: #fff none repeat scroll 0 0;
    margin-top: 20px;
}
.catListFeedback {
    background: #fff none repeat scroll 0 0;
    margin-top: 20px;
}
.catListFeedback ul li {
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0;
}
.catListLink {
    display: none;
}
.clearFix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#myding {
    background: #99b16b none repeat scroll 0 0;
    display: none;
}
#myadd:hover {
    opacity: 1;
}
#goto-top:hover {
    background: rgba(0, 0, 0, 0) url("https://images.cnblogs.com/cnblogs_com/Li-Cheng/554829/o_goto-top.png") no-repeat scroll 0 -36px;
}
#blog-comments-placeholder {
/*    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    margin-top: 20px;
    padding: 0 20px 20px;*/
    display: none;
}
.feedbackItem {
    margin-top: 10px;
}
.feedbackCon {
    border: 1px dashed #dedede;
    margin: 10px 0;
    padding: 10px;
}
#comment_nav{
    display:none;
}
/*#comment_nav {
    margin: 10px 0;
}

#comment_nav {
    background: #000 url(https://ss0.bdstatic.com/94oJfD_bAAcT8t7mm9GUKT-xh_/timg?image&quality=100&size=b4000_4000&sec=1476699218&di=8fe6e3ba3042845e610ef71865674c48&src=https://pic.58pic.com/58pic/14/94/83/47p58PICcxd_1024.jpg) repeat scroll 0 0;
    background-size: 40px 40px;
    bottom: 5%;
    color: #fff !important;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 5%;
    width: 40px;
    z-index: 9;
}
#comment_nav a {
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 20;
    opacity: 0;
    padding-left: 0 !important;
    position: relative;
    text-align: center;
    top: -90px;
    width: 40px;
}
#comment_nav:hover {
   background: #000 url(https://ss0.bdstatic.com/94oJfD_bAAcT8t7mm9GUKT-xh_/timg?image&quality=100&size=b4000_4000&sec=1476699218&di=8fe6e3ba3042845e610ef71865674c48&src=https://pic.58pic.com/58pic/14/94/83/47p58PICcxd_1024.jpg) repeat scroll 0 0;
   background-size: 50px 50px;
   width: 50px;
   height: 50px;
}
*/
#comment_form_container {
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 20px;
}
#site_nav_under {
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 20px;
}
#ad_under_post_holder {
    float: left;
    margin-bottom: 10px;
    width: 300px;
}
#green_channel{
    width: 100% !important;
}
#under_post_news {
    background-color: #fff;
    border: 1px solid #dedede;
    height: 160px;
    margin-left: 0;
    margin-top: 10px;
    padding: 10px 20px;
    width: 528px;
}
#google_ad_c2 {
    clear: right;
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    width: 570px;
}
#under_post_kb {
    background-color: #fff;
    border: 1px solid #dedede;
    clear: left;
    margin-top: 10px;
    padding: 10px 20px;
}
.entrylist h1 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.entrylistItem {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    margin-bottom: -1px;
    padding: 20px;
}
.entrylistItem:hover {
    border: 1px solid #169fe6;
    position: relative;
    z-index: 10;
}
.entrylist .postSeparator {
    display: none;
}
.entrylistItemTitle {
    color: #555;
}
.entrylistPosttitle {
    clear: right;
    float: left;
    font-size: 21px;
    line-height: 1.5em;
}
.entrylistPostSummary {
    clear: both;
    padding: 15px 0;
}
.entrylistItemPostDesc {
    clear: both;
    color: #bcbcbc;
    float: none;
    font-size: 12px;
    line-height: 200%;
    text-align: left;
}
.entrylistItemPostDesc a {
    color: #999;
    float: right;
}
#myposts h3 {
    font-size: 28px !important;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
#myposts .PostList {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    margin: 0 0 -1px !important;
    padding: 20px;
}
#myposts .PostList:hover {
    border: 1px solid #169fe6;
    position: relative;
    z-index: 10;
}
#myposts .PostList a {
    color: #333;
    display: block;
    font-size: 16px;
}
#myposts .PostList a:hover {
    color: #ff5e52;
}
.cnblogs-post-body {
    color: #333;
}
.sidebar-block {
    background-color: #fff;
    margin-bottom: 20px;
}
.sidebar-block h3 {
    background-color: #169fe6;
    border: 1px solid #169fe6;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
}
.sidebar-block ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #dedede #dedede;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.sidebar-block ul li {
    border-bottom: 1px solid #e9e9e9;
    color: #777;
    font-size: 14px;
    line-height: 2;
    padding: 15px 10px 15px 20px;
}
.sidebar-block ul li a {
    color: #777;
    text-decoration: none;
}
.sidebar-block ul li a:hover {
    border-bottom: 1px dotted #ff5e52;
    color: #ff5e52;
}
#cnblogs_post_body img {
    max-width: 800px;
}
#ad_t2,#ad_c1,#under_post_news,#ad_c2,#HistoryToday,#under_post_kb{
	display: none !important;
}

@media screen and (max-width: 1280px){
	#mainContent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    overflow: visible;
    text-overflow: ellipsis;
    margin: 0 1%;
    width: 98%;
    word-break: break-all;
}
#sideBar{
	display: none;
}
}