﻿@charset "utf-8"; 

html, body, div, form, fieldset, legend, label, ul, ol, li, dl, dt, dd, label, input, button, select, textarea, iframe, hr {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, th, td, label, caption {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    text-align: left;
    vertical-align: top;
    font-size: 1.3rem;
    line-height: 1.7rem;
    position: relative;
}

iframe { 
    height: 100%;
    width: 100%;
}

button:hover, button:focus, button:active, iframe {
    border: 0 none !important;
    outline: none !important;
}

img {
    border: 0;
}

input, textarea, select, a {
    outline: none;
}

    input[type="submit"] {
        box-sizing: content-box;
    }

        input[type="submit"]:focus {
            border: 0 none !important;
        }

    /* Chrome specific - remove blue glow on selected fields */

    input::-moz-focus-inner {
        border: 0;
    }

    /* Remove IE10's "clear field" X button */
    input::-ms-clear {
        display: none;
    }

/* Remove dotted outline on buttons and links */
:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.clear {
    clear: both;
}
