* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    outline: none;
    word-break: break-all;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: Helvetica, arial, sans-serif;
    -webkit-overflow-scrolling: touch;
}

img {
    border: none;
}

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

input[type=submit], input[type=reset], input[type=button], button {
    -webkit-appearance: none;
}

ul, ol {
    list-style: none;
}

input[type="text"], input[type="search"] {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

.fb {
    font-weight: bolder;
}

.w-1200 {
    width: 12rem;
    margin: 0 auto;
}

img {
    max-width: 100% !important;
}

video {
    max-width: 100% !important;
}