
ol {
    counter-reset: li;
    font: 15px "trebuchet MS","lucida sans";
    list-style: outside none none;
    margin-bottom: 4em;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
ol ol {
    margin: 0 0 0 2em;
}
.rounded-list a {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 0.3em;
    color: #444;
    display: block;
    margin: 0.5em 0;
    padding: 0.4em 0.4em 0.4em 2em;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    width: 50%;
}
.rounded-list a:hover {
    background: #48b151 none repeat scroll 0 0;
    color: #fff;
}
.rounded-list a:hover::before {
    transform: rotate(360deg);
}
.rounded-list a::before {
    background: #87ceeb none repeat scroll 0 0;
    border: 0.1em solid #fff;
    border-radius: 2em;
    font-weight: bold;
    height: 3em;
    left: -10px;
    line-height: 3em;
    margin-top: -1.3em;
    position: absolute;
    text-align: center;
    top: 44%;
    transition: all 0.3s ease-out 0s;
    width: 3em;
}
.auction_won a::before {
    content: url("../../views/img/won.png");
}
.auction_watchlist a::before {
    content: url("../../views/img/watch.png");
}
.auction_history a::before {
    content: url("../../views/img/hist.png");
}
.right_corners {
    border-radius: 30px !important;
    border-right: 5px solid #87ceeb;
    padding-bottom: 12px !important;
    padding-left: 10% !important;
    padding-top: 12px !important;
}
