#stdj_widget {
    padding-bottom: 5px;
}

#stdj_widget #stdj_picture img {
    width: 100%;
    height: auto;
}

#stdj_wrapper h3#stdj_widgettitle {
    margin-bottom: 2px;
}

#stdj_wrapper #stdj_when {
    text-align: center;
    font-size: 10px;
    margin: 0;
    position: relative;
    top: -3px;
}

#stdj_wrapper #stdj_ago {
    text-align: center;
    font-size: 14px;
    margin: 0 0 5px 0;
}

#stdj_wrapper #stdj_picture {
    text-align: center;
    margin-bottom: 5px;
}

#stdj_wrapper #stdj_description {
    float: left;
    width: 100%;
    line-height: 12px;
    text-align: center;
    margin: 5px 0;
}

#stdj_wrapper #stdj_link {
    margin: 5px 0;
}

#stdj_list {
    margin-top: 20px;
}

#stdj_list th {
    background: #ff7e00;
    color: white;
    padding: 4px 5px;
}

#stdj_list td {
    padding: 5px 4px;
    border-bottom: 1px solid black;
}

#stdj_messages {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 5px;
    margin: 10px auto;
}

#stdj_messages.error {
    background: #ca4826;
}

#stdj_messages.success {
    background: #16ca27;
}