.list-panel a,
.qlapse {
display: block;
position: relative;
padding: 5px 5px 5px 50px;
background-color: #ebebeb;
border-radius: 3px;
margin: 0 auto 10px;
color: #999;
font-size: 16px;
width: 100%;
text-align: left
}
.list-panel a:hover,
.qlapse:hover {
background-color: #c5c5c5;
color: #555;
cursor: pointer
}
.list-panel a:hover .updated,
.qlapse:hover .updated {
opacity: 0
}
.list-panel-title {
font-size: 16px;
padding-right: 70px
}
.list-panel-number {
position: absolute;
padding-top: 30px;
font-size: 48px;
font-family: proxima_nova_rgbold, sans-serif;
top: 0;
left: 10px;
color: #fff
}
.list-panel .updated {
position: absolute;
top: 10px;
right: 10px;
font-size: 12px;
color: #aaa;
z-index: 2
}
.list-panel p {
position: relative;
z-index: 3
}
.list-panel p:last-of-type {
margin-bottom: 0
}