#topnews.important {
    background-color: #d2d2d2;
    height: 100%;
    margin-bottom: 5px;
    position: relative;
}

#topnews .icon {
    display: none;
}

#topnews.important .icon {
    background-color: #135997;
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}

#topnews.important .body {
    color: #141414;
    display: table-cell;
    padding: 10px;
}
