﻿#message-box-register {
    color: #ff0202;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

#message-box-quantity {
    color: #ff0202;
    font-weight: bold;
    font-size: 16px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

body {
    -moz-user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    font-family: 'Arial';
}
