/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 19, 2013, 7:57:45 AM
    Author     : Zsolt
*/

html, body 
{
    font-size: 14px;
    font-family: Times New Roman;
    text-align: justify;
    padding-left: 80px;
    padding-right: 80px;
    background-color: #f3e6cf;
    color: #443317;
}

img 
{
 border: 1px #443317 solid;    
}

.authors
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.title
{
    font-size: 22px;
    font-weight: bold;
    text-align: center;  
}

.subtitle
{
    text-decoration: underline;
    font-weight: bold;
    text-align: left;
    padding-top: 16px;
}


.references
{
    margin-top: 6px;
    margin-bottom: 0px;
    padding-left: 40px;
    text-indent: -40px;
}

table
{
   text-align: center;
   margin-left: auto;
   margin-right: auto; 
   width:100px;
}

.home
{
    position: fixed;
    top: 10px;
    left: calc(100% - 155px);
}

.map
{
    position: fixed;
    top: 10px;
    left: calc(100% - 50px);
}

.ro
{
    position: fixed;
    top: 10px;
    left: calc(100% - 85px);
}

.pdf
{
    position: fixed;
    top: 10px;
    left: calc(100% - 120px);
}
