/* CSS for admin interface and front-end */
.box-left{
    float: left;
}
.box-right{
    float: right;
}
.boxout.default {
    width: 30%;
    margin: .4em 0 .4em 1em;
    background: #e6ecef;
    padding: 0.5em;
    border-top: 6px solid #f2b250;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.4;
    text-align: right;
}

.boxout.default p {
    line-height: 1.4;
}

.boxout.default p:last-child {
    margin-bottom: 0;
}

.boxout.plain {
    float: none;
    margin: .4em 0 .4em 0;
    background: #efefef;
    padding: 0.4em;
    border: 1px solid #ccc;
    width: 100%;
}

/* new css */
.boxout-body img{
    width: 100%;
    height: auto;
}