<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main{
    
    position: relative;
     overflow: hidden;
}

img {
 
    background-position: center;
    
    background-repeat: no-repeat;
    
    background-size: cover;
    
}

a{
 
    text-decoration: none;
    
    
}

a:hover{
 
    text-decoration: underline;
    
}
article.page{    

    overflow:hidden;
    width:700px;
   
    float:left;
    margin-top: 15px;
}


aside.page{
    
    float: right;
    width: 260px;
    padding: 10px;
    overflow: hidden;
    background-color: #fafafa;
    margin : 15px 0px 10px 0px;
	border: 1px solid #e6e6e6;
    
    
}


ul.list{
    
    margin: 0px;
    padding: 10px;
    list-style: none;
    border:4px solid #eee;
    position: relative;
    list-style-position: inside;
}

ul.list:before{
    content: '';
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    border:2px solid #ddd;
    
    
}

hr.line{

    margin:10px 0px;
    height:2px;
    

}
ul.list li{
    
    
    font-size:12px;
    color:#333;
    line-height: 16px;
    position: relative;
    padding-left: 10px;
    
}
ul.list li:before{
    
    position: absolute;
    margin-left:-8px;
    top:calc(50% - 1px);
    height: 2px;
    width:2px;
    background-color: #333;
    content: '';
    
}

ul.list img{
    
    float:left;
    margin-left:10px;
    margin-right:20px;
    background-color: #eee;
    
}

hr.blank{
    
    height: 0px;
    margin: 10px 0px;
    clear: both;
    
}
hr.clear{
    
    height: 0px;
    margin: 0px 0px;
    clear: both;
    
}

ul.list h1{
    
    margin: 0px;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    vertical-align: middle;
    line-height: 20px;

}

ul.list h1:before{
    
    position: absolute;
    top:50%;
    left:0px;
    background-image: url(data:image/gif;base64,R0lGODlhCQAJAKIAAAAAAP///xiFdiatmznRs////wAAAAAAACH5BAEAAAUALAAAAAAJAAkAAAMcGLRMOjAOQWAIkcYL9cbewE2ViHWlNAVC6wpBAgA7);
    content: '';
    width:9px;
    height:9px;
    margin-top:-4px;
}

a.more{
    position: absolute;
    top:calc(50% - 7px);
    right: 0px;
    direction: rtl;
    display:inline-block; 
    height:14px;
    width: 38px;
    background-image: url(data:image/gif;base64,R0lGODlhJgAOALMAAKKiopubm5ycnJqamqOjo5+fn6CgoKGhoezs7MPDw////wAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAAmAA4AAARyUKVJq704S8W7/2AYIpNoniKZoCyrdsJHdIdiHHh93Aag5IUa58URBDwGw0/p49SUTtuoxBkEjtGaTyjd3WoEHACqICoGsQ5ZSdZxoGSPGUur476KJu7n5ZpbgB9/gYSDhIAqCIqLjI2Oj5ArGZOUkwoRADs=);
    
}

section.history{
    
    padding: 20px;
    border: 1px solid #ccc;
    
}
ul.history{
    
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    padding-left: 90px;
    position: relative;
    
}
ul.history:before{
    
    position: absolute;
    left:0px;
    content: attr(alt);
    top:calc(50% - 12.5px);
    line-height: 25px;
    font-size:20px;
    font-weight: bold;
    
    color:#ccc;
    
}
ul.history li{
    
    padding: 0px;
    padding-left: 10px;
    width:calc(33% - 10px);
    float:left;
    font-size:12px;
    font-weight: normal;
    line-height: 25px;
    color: #333;
    position: relative;
}
ul.history li:before{
    
    position: absolute;
    margin-left:-8px;
    top:calc(50% - 1px);
    height: 2px;
    width:2px;
    background-color: #ccc;
    content: '';
    
}

section.history hr{
    
    margin: 20px 0px;
    
    
}
</pre></body></html>