/*========================= DSE MODULE ===================================*/
.dseModule.et_pb_module {
  width: 50px;
  height: 30px;
  padding: 2px 0 !important;
  margin: 0 !important;
}
.dse_vb_module{
    position: relative;
    width: 50px;
    height: 30px;
    display: block;
    background-color: #6f24b3;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
}
