.crop {

border-radius: 0;

} .crop scroll {

width:    100%;
height:   100%;
overflow: hidden;

}

.crop .overlay {

background: #000;
opacity:    0.7;
z-index:    1;

}

.crop .window {

z-index:       2;
border-width:  1px;
border-color:  rgba(200,200,200,0.5);

}

.crop .window .bar {

background: rgba(255,255,255,0.3);

} .crop .window .bar.horizontal {

height: 1px;

} .crop .window .bar.vertical {

width:  1px;

}