.plugin_sec {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
    margin-bottom: 10px;
}
.plugin_sec .plugin_img{
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.plugin_sec h3{
    margin: 0.5em 0;
}
.plugin_sec .plugin_content{
    padding: 10px 10px 20px 10px;
}