.widget {
    background-color: #ffffff;
    padding: 20px 10px 80px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.widget-icon {
    text-align: center;
    font-size: 34px;
    padding: 5px 0 0 10px;
}

.widget-desc {
    padding-top: 10px;
    text-align: right;
    line-height: 18px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-icon-left {
    text-align: center;
    font-size: 34px;
    padding: 5px 0 0 10px;
}


.widget-desc-center {
    padding-top: 10px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-val-int {
    text-align: right;
    font-size: 22px;
    margin-right: 7px;
    line-height: 24px;
    vertical-align: middle;
}

.widget-val-date {
    text-align: right;
    font-size: 15px;
    margin-right: 7px;
    line-height: 24px;
    vertical-align: middle;
}

.widget-val-int > .indicator {
    text-align: right;
    font-size: 26px;
    margin-right: 7px;
    line-height: 24px;
    vertical-align: middle;
    color: #4285f4;
}