﻿@import url('fonts/webfonts/OpenSans/css/OpenSans.css');

body {
    margin: 0 auto;
    font-family: OpenSans, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a, img {
    border: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0px;
}

    table:not(table[cellpadding]) td {
        padding: 0px;
    }

/* removes close icon - IE */
input[type="search"]::-ms-clear {
    display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}
