*
{
    margin: 0;
    padding: 0;
    outline: none;
    font: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    border-collapse: collapse;
    list-style-type: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    letter-spacing: 0 !important;
    font-family: "Roboto", sans-serif;
}

b, strong
{
    font-weight: bold;
}

a, img
{
    outline: none;
    border: none;
    text-decoration: none;
}

img
{
    height: auto;
    max-width: 100%;
    width: auto;
}

tbody, th
{
    border: none;
}

body
{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    background-color: #fff;
}

.hidden
{
    display: none !important;
}