/* This style sheet is used to style the admin option form of the widget */
.layouts img, .image-placement img, .padding-options img{
    width: 32%;
    cursor: pointer;
}
.layouts img:hover, .image-placement img:hover, .padding-options img:hover{
    outline: 1px solid;
}

.selected {
    outline: 1px solid;
}
.layouts input, .image-placement input, .padding-options input{
    display: none;
} 

.remove{
    display: none;
}