span.loaded-timestamp {
    border: 1px solid rgb(30,30,43);
    border-bottom-width: 2px;
    background-color: rgb(20,20,60);
    -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -o-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
    padding: 3px 3px 3px 19px;
    color: rgb(176,237,132);
    cursor: pointer;
    background-image: url('images/link-arrow.png');
    background-repeat: no-repeat;
    background-position: center left;
    clear: both;
    display: inline-block;
}

span.loaded-timestamp:hover {
    border-bottom-width: 2px;
    border-color: rgb(43,43,81);
    color: rgb(255,255,255);
}

div.times {
    position: absolute;
    background-color: rgb(43,43,81);
    margin-top: 3px;
    margin-left: -20px;
    padding: 6px 9px;
    -moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px; -o-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px;
    color: #fff;
}

div.times ul {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: default;
}

div.times ul li {
    margin: 0;
    padding: 1px 3px;
    border-top: 1px solid rgb(58,58,99);
    border-bottom: 1px solid rgb(31,31,70);
    -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
}

div.times ul li:hover {
    background-color: rgb(60,60,100);
}

div.times h3 {
    font-size: 1em;
    color: rgb(255,255,100);
    margin: 0 0 6px 0;
    padding: 0;
}

div.times a.exit {
    right: 6px;
    top: 6px;
    display: block;
    width: 1.5em;
    height: 1em;
    border: 1px solid rgb(60,60,100);
    position: absolute;
    text-align: center;
    padding: 2px;
    background-color: rgb(60,60,100);
    line-height: 1em;
    -moz-border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px;
    color: rgb(255,255,255);
}

div.times a.exit:hover {
    color: rgb(0,0,0);
    background-color: rgb(255,255,255);
    border-color: rgb(255,255,255);
}
