﻿.bufferTool-holder{
    z-index: 1;
    margin: 5px;
    cursor: pointer;
}
.bufferTool-Control
{
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(113, 123, 135);
    -webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
    background-image: url(../images/buffer_icon.gif);
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat no-repeat;
    z-index: 2;
    height:23px;
    width:23px;
}