2021-03-13 07:00:55 +00:00
|
|
|
tr.clickable{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
tr.clickable:hover{
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.new-section{
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
margin-top: 15px;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer{
|
|
|
|
margin-top: 60px;
|
|
|
|
color: #aaa;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2021-03-13 09:02:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
.story{
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
.story h5{
|
|
|
|
margin: 0px;
|
|
|
|
}
|