﻿* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font: inherit;
    line-height: normal;
}

header, nav, main, img, form, p {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

tbody {
    border-collapse: collapse;
    border-spacing: 0px;
}

a {
    text-decoration: none;
    transition: ease .3s;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

th {
    text-align: left;
}

td {
    word-wrap: break-word;
    word-break: break-all;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

::-webkit-scrollbar {
    width: 0;
}

select, input, textarea, button {
    font-size: inherit;
    padding: 2px 5px;
    font-family: inherit;
    color: inherit;
}

    input[type=submit], input[type=image], button {
        cursor: pointer;
    }

    input[type=text], input[type=password], input[type=file], input[type=number], input[type=tel], input[type=button], input[type=submit], input[type=reset], textarea {
        -webkit-appearance: none;
        color: inherit;
    }

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
