﻿#custombutton {
    width: 50px !important;
}
.protected {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}