.timepicker_widget {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    position : absolute;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 6px;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    z-index : 1000;
}

.timepicker_widget:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.timepicker_widget:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.timepicker_widget_dial {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    text-align: center;
}

.timepicker_widget_buttons {
    width      : 100%;
    text-align : right;
    clear      : both;
}

 .timepicker_widget_button{
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
    margin-right : 3px !important;
    margin-top: 2px !important;
    height: 33px;
 }

.timepicker_widget_dial_label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #333333;
    z-index : 1001;
    width : 90%;
    margin: 0 auto;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}
