iframe{
     display: none;
}


#mainContent .forFlow {
     background: rgba(255,165,0,0.15);
     border-radius: 20px;
}
#navigator {

     background: rgba(0,0,0,0);
}
#navList a{
    color: black;
}
#blogTitle a {
    margin-top: 20px;
    overflow: hidden;
    display: block;
}
.entrylistTitle, .PostListTitle, .thumbTitle {
    padding-left: 24px;
}

.PostList {
    border-bottom: 1px solid white;
}
#navList a:hover{
    color: orange;
}
.num {
    vertical-align: middle;
}

.day{
 padding: 10px 10px;
}
.postTitle{
margin-top: 10px
}