.fattable {
  white-space:nowrap;
}

#cnblogs_post_body {
  overflow:visible;
}
#main
{
  overflow:visible;
}

#navList {       
	opacity: 0.7;	
        filter:alpha(opacity=70);
	overflow: hidden;
}

.postTitle
{
  background-image:none;
}

.postTitle a
{
   color:purple;
   opacity:0.7;
   filter:alpha(opacity=70);
}

a:hover 
{
  opacity:1;
    filter:alpha(opacity=100);
}
a:visited
{
 filter:alpha(opacity=100);
  opacity:1;
  color:purple;
}
.postBody a 
{
   color:blue;
   opacity:0.7;
    filter:alpha(opacity=70);
}

.postBody a:hover
{  
  background-color:white;
  color:blue;
  opacity:1;
}

#navList a[href="https://www.cnblogs.com/"] {
    background-color: purple;
    color: white !important;
}
#navList a:link
{
  opacity:0.7;
   filter:alpha(opacity=70);
}

#navList a:hover
{
   width:80px;
   opacity:1;
    filter:alpha(opacity=100);
   padding:5px;
}

.menu {
    background-color: blue;
    color: white !important;
    opacity: 0.7;
     filter:alpha(opacity=70);
}

#Header1_HeaderTitle
{
   text-shadow:0 0 10px #440066;
    opacity: 0.7;
    filter:alpha(opacity=70);
	 font-size:2em;
    color: Blue;
    text-decoration: none;  
}
#blogTitle h2 {
    color: red;
    display: inline;
    font-size: 18px;
    padding-left: 300px;
}


#lnkBlogLogo {
    background-color: blue;
	 top: 55px;
	 opacity: 0.7;
         filter:alpha(opacity=70);
	 box-shadow: 0 0 10px #440066;
	 display: none;
	}

body{
  font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif;
  font-size:14px;
}
#home{
font-family:"Arial","Microsoft YaHei","黑体","宋体",sans-serif;
font-size:14px;
padding-top:10px;
}
nav.flexible-nav ul li a
{
  font-size:16px;
}
#div_digg {
  border: 1px solid lightblue;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px;
  bottom: 10px;
  display: none;
  padding: 8px;
  position: fixed;
  right: 2px;
  text-shadow: 0 0 10px;  
}

#Signature
{ 
border-top: #e0e0e0 1px dashed;
border-right: #e0e0e0 1px dashed;
border-bottom: #e0e0e0 1px dashed;
border-left: #e0e0e0 1px dashed;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 60px;
font-size:11px;
background: url(https://images.cnblogs.com/cnblogs_com/allanbolt/226222/o_users_two_warning_48.png) #e5f1f4 no-repeat 1% 50%;

}
#Signature div
{
line-height: 25px;
}