@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(font/roboto-v15.woff) format('woff');
}
body {
 font-family: "Roboto", normal, sans-serif;
 margin:0px;
}
h2 { /* SZAKASZCIMEK */
 font-size: 32px;
 font-weight: bold;
}
h3 { /* SZAKASZALCIMEK */
 font-size: 20px;
 font-weight: bold;
}
a:link {color: #e51c20; text-decoration: none; }
a:active {color: #e51c20; text-decoration: none; }
a:visited {color: #e51c20; text-decoration: none; }
a:hover {color: #e51c20; text-decoration: underline; cursor:pointer;}
span {
 color:#ed1b24;
 font-weight:bold;
}
table {
 border-collapse: collapse;
}
td {
 font-size: 18px;
 border-width: 0px;
 line-height:150%;
}
p {
 text-align:left;
}
img {
 padding: 10px;
}

@media only screen and (min-width:801px) { /* keskeny display */

 .content-table {
  width:62%;
  border-spacing: 20px;
  border-collapse: separate; 
 }
}

@media only screen and (max-width:800px) { /* rendes, nagy display */

 .content-table {
  width:100%;
  border-spacing: 5px;
  border-collapse: separate; 
 }
}

