.plugin-wrap{
    display: table;
    width: 99%;
}

.plugin-main{
    display: table-cell;
    width: 90%;
    vertical-align: top;
}

.plugin-side{
    width: 10%;
    display: table-cell;
    vertical-align: top;        
}    

.plugin-side-inner{
    margin-top: 0.67em;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.plugin-side .box{
    margin: 25px 0;
}
