/*Used fonts on the website */
@font-face{
    font-family:"Clear Sans";
    src:url("//static.ezermester.hu/assets/fonts/ClearSans/ttf/ClearSans-Regular.ttf");
    font-style:normal;
    font-weight:normal
}

@font-face{
    font-family:"Clear Sans";
    src:url("//static.ezermester.hu/assets/fonts/ClearSans/ttf/ClearSans-Bold.ttf");
    font-style:normal;
    font-weight: bold;
}

@font-face{
    font-family:"Clear Sans";
    src:url("//static.ezermester.hu/assets/fonts/ClearSans/ttf/ClearSans-Italic.ttf");
    font-style: italic;
    font-weight: normal;
}

@font-face{
    font-family:"Clear Sans";
    src:url("//static.ezermester.hu/assets/fonts/ClearSans/ttf/ClearSans-BoldItalic.ttf");
    font-style: italic;
    font-weight: bold;
}

body
{
    font-family: 'Clear Sans', Arial, Helvetica, sans-serif;
}

img
{
    border: 0px;
}

img.icon, img.icon2
{
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

img.icon2
{
    vertical-align: text-bottom;
}

.fullwidth
{
    width: 100%;
}

.autowidth
{
    width: auto;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.top
{
    vertical-align: top;
}

.bottom
{
    vertical-align: bottom;
}

.center
{
    text-align: center;
}

.content
{
    margin: 5px;
}

.container
{
    padding: 5px;
}

.nowrap
{
    white-space:nowrap;
}

.hidden
{
    display: none;
}

.legend, .comment
{
    color: gray;
}

.legend a, .comment a
{
    color: inherit;
}
.legend a:hover, .comment a:hover
{
    color: inherit;
    text-decoration: underline;
}

.larger
{
    font-size: larger;
}

.smaller
{
    font-size: smaller;
}