﻿* {
    margin: 0;
    padding: 0;
    text-rendering: geometricPrecision;
}

img,
iframe {
    border: 0;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

html,
body {
    height: 100%;
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body,
textarea,
input[type="text"] {
    font-family: Roboto, tahoma, verdana, arial, sans-serif;
    font-size: 16px;
    line-height: 1.1em;
}

textarea,
input[type="text"] {
    border: 0px;
    padding: 5px;
    outline: medium none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea:focus,
input:focus {
    outline: none;
}

.input-content {
    margin-top: 5px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}