﻿@charset "UTF-8";

button, input, select, textarea { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:inherit; }
label, button:not(:disabled), input[type="button"]:not(:disabled), input[type="submit"]:not(:disabled) { cursor:pointer; }
button::-moz-focus-inner, input::-moz-focus-inner { border:none; padding:0; margin:0; }
canvas { -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; }
table { width:100%; display:table; border-collapse:collapse; }
table > caption { display:table-caption; }
table > colgroup { display:table-column-group; }
table > colgroup > col, table > col { display:table-column; }
table > thead { display:table-header-group; }
table > tbody { display:table-row-group; }
table > tfoot { display:table-footer-group; }
table tr { display:table-row; }
table tr > th, table tr > td { display:table-cell; }

.customZone,
.customZone * { line-height:inherit; }
