html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    font-family: inherit;
    font-size: 100%;
    /*vertical-align: baseline;*/
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

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

ol, ul {
    list-style: none;
}

/*blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
}


h1, h2, h3, h4, h5, h6 { font-weight: normal; }
del { text-decoration: line-through; }
address, cite, dfn { font-style: normal; }
abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

textarea { overflow: auto; }*/

/* Normalized Styles
------------------------------------------------------------------------------*/

/* START Google Fonts */

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../font/roboto/latin-ext-300.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(../font/roboto/latin-300.woff2) format('woff2');
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../font/roboto/latin-ext-400.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../font/roboto/latin-400.woff2) format('woff2');
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../font/roboto/latin-ext-500.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(../font/roboto/latin-500.woff2) format('woff2');
}

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../font/roboto/latin-ext-700.woff2) format('woff2');
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(../font/roboto/latin-700.woff2) format('woff2');
}

/* END Google Fonts */

body {
    font: 14px/17px 'Roboto', sans-serif;
    color: #000000;
    background: #e5e6e6;
    min-width: 320px;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

h2 {
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
}

input, textarea, select, button {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #ffde00;
}

a:hover {
    text-decoration: underline;
}

/* FROM RTE EDITOR */
table.renderedtable, table.renderedtable td {
    border: none;
}

table.renderedtable tr td:first-child {
    vertical-align: middle;
    text-align: center;
}

table.border_table{
    width: 100%;
}

table.border_table td{
    padding: 10px;
}

