#vidgets {
    width: 300px;
    float: right;
}

#vidgets div.vidget {
    margin-top: 10px;
    padding: 10px;
    background: #358fd4;
    background: linear-gradient(to top, #003e6e, #358fd4);
    border-radius: 5px;
}

#vidgets div.vidget.first {
    margin-top: 0;
}

#vidgets div.vidget div.title {
    padding: 15px auto 5px;
    text-align: center;
    font-weight: bold;
    color: #ffad40;
}

#vidgets div.vidget div.content {
    text-align: center;
    margin-top: 10px;
}
