.wrapper {
width: 3.1em;
height: 3.1em;
background-color: lightgrey;
border-radius: 4px;
margin: 7% auto;
overflow: hidden;
}
.glass {
width: 1em;
height: 1em;
position: absolute;
}
.glass-body {
width: 0.9em;
height: 0.9em;
border: 4px solid grey;
border-radius: 100%;
position: relative;
top: 0.5em;
left: 0.5em;
}
.glass-handle {
width: 1em;
height: 0.2em;
border: 4px solid grey;
border-radius: 6px;
position: relative;
top: 0.35em;
left: 1.25em;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-rotate-tranform: rotate(45deg);
-o-transform: rotate(45deg);
}
.black-col {
border-color: black;
}
.searchbar {
width: 19.3em;
height: 2.6em;
position: relative;
top: 0.55em;
left: 4em;
border: 0;
border-radius: 6px;
}
