a:active, a:focus, a:hover, select:focus {
    outline: 0
}

a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    padding: 0;
    margin: 0
}

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

select, select:focus {
    background: 0 0
}

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

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: #333;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    width: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

a, fieldset, img {
    border: 0
}

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

p {
    letter-spacing: 0
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.main {
    flex: 1 0 auto
}

footer, header {
    flex: none
}

img:hover {
    cursor: default
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input::-ms-reveal {
    display: none
}

input::-ms-clear {
    display: none
}

button, input, input:focus, textarea:focus {
    outline: 0;
    background: 0 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

a:hover {
    cursor: pointer
}

select:focus {
    border: none
}

em, i {
    font-style: normal
}

.clearfix:after, .clearfix:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix:after {
    clear: both
}
.clearfix li{

}

.Left {
    /* width: 20%; */
    float: left;
}

.Right {
    float: right;
}

input::-webkit-input-placeholder {
    color: #ccc
}

input:-moz-placeholder {
    color: #ccc
}

input:-ms-input-placeholder {
    color: #ccc
}

textarea:-ms-input-placeholder {
    color: #ccc
}

.hidden {
    display: none
}
