﻿
/* See S:\VeSolution\So_Site\c.b\Libs\normalize\normalize.css */

/*Custom.....................................................................*/

* {
    -webkit-tap-highlight-color: transparent;
}

html {
    border: 0px;
    padding: 0px;
    margin: 0px;
    height: 100%;
}

body {
    padding: 0px;
    font-family: "Inter", Arial;
    color: #555555;
    font-size: 14px;
    line-height: 1.15;
    height: 100%;
}

div {
    box-sizing: border-box;
}

table {
    margin-bottom: 0px;
}

table, td, tr {
    padding: 0px;
    margin: 0px;
}

img{
    display:block;
}

input, textarea {
    border: 0;
    outline: none;
    line-height: unset;
}

ol, ul {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}


/* Div Impersonate .......................................................... */


h1, h2, a, p {

    /* Browsers - Modern */

    all: unset;

    /* Browsers - Old */

    font-size: unset;
    margin: 0;
    padding: unset;
    font-weight: unset;
    text-decoration: unset;

    /* Make div */

    box-sizing: border-box;
    display: block;
}