.unit {
background: #fff;
padding: 1px 5px 1px 5px;
width: 100%;
clear: both;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
.actions {
list-style: none;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
overflow: hidden;
font-weight: bold;
font-size: 13px;
width:100%;
text-align:center;
}
.actions > li {
display: inline-block;
font-size: 15px;
width:30%;
}

.actions > li:nth-child(2) {
border-left: 1px #E5E5E5 solid;
border-right: 1px #E5E5E5 solid;
}

.actions > li > a {
padding: 10px 10px;
display: inline-block;
width: 90%;
transition-duration: 0.3s;
transition-timing-function: linear;
}

.actions .active > a {
color: #000;
}

.actions > li > a:hover {
background:#EBEEF4;
text-decoration: none;
border-radius: 10px;
color: #ce1126;
}
.kjhjkhk {
color: #fff;
background-color: #ce1126;
padding: 10px 10px 10px 10px;
border-radius: 500px;
}