.detail {width: 760px; color: #ddd!important; height: 580px;}
.section_01 {height: 1270px;}
.detail p,.detail span {color: #ddd!important; background: transparent!important;}
.detail table tr,.detail table tr td {color: #ddd!important; background: transparent!important;}

.detail::-webkit-scrollbar {
    width:10px;
    height:10px;
}
.detail::-webkit-scrollbar-button    {
    background-color:#1e52ab;
}
.detail::-webkit-scrollbar-track     {
    background:#1e52ab;
}
.detail::-webkit-scrollbar-track-piece {
    /*background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);*/
}
.detail::-webkit-scrollbar-thumb{
    background:#5ffffd;
    /*border-radius:4px;*/
}
.detail::-webkit-scrollbar-corner {
    background:#5ffffd;
}
.detail::-webkit-scrollbar-resizer  {
    background:#5ffffd;
}