/* @charset "utf-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

*:focus {
    outline: none;

}

ul, ol, li {
    list-style: none;
    list-style-type: none;
}

select {
    vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}


.blind, legend {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

canvas {
    -moz-user-select: none !Important;
    -webkit-user-select: none !Important;
    -ms-user-select: none !Important;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

.none, .hidden, [hidden], template {
    display: none !important;
}

a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}

a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
/*    outline: 0;*/

/* }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}



hr {
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

#zmmtg-root button {
    white-space: normal !important;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox;
}

input[type='radio'] {
    -webkit-appearance: radio;
}

textarea {
    resize: none;
}

pre, textarea {
    overflow: auto;
}

table {
    border-spacing: 0;
    *border-collapse: collapse;
    border-collapse: collapse;
}

optgroup {
    font-weight: bold;
}

caption, th {
    text-align: left;
} */ 
