a.menu:link, a.menu:visited {
        color: black;
        text-decoration: none;
        //font-weight:600;
        //letter-spacing: 0px;
}

a.menu:hover {
        color: black;
        background-color: lightgray;
        //font-weight:900;
        //text-decoration: underline;
        border-radius: 3px;
}

a.menu:active, a.menu:focus {
        color: black;
        //background-color: black;
        //font-weight:900;
        //text-decoration: underline;
}

a.selected:link,a.selected:visited {
        color: black;
        background-color: lightgray;
        //font-weight:600;
        //text-decoration: none;
        border-radius: 3px;
}

#hp
{
 float: left;    
 margin: 0 10px 0 20pt;
}

h1 
{
  text-align: center;
  background-color: #008080;
  color: #ffffff;
  font-family: Sans-serif;  
  padding: 8pt;
  margin-top: 0pt;
  border-radius: 10px;
}

h2
{
  text-align: center;
  font-family: Sans-serif;  
}

h3
{
  text-align: center;
  font-family: Sans-serif;  
}

h4 
{
  text-align: center;
  background-color: #aaaaaa;
#  color: #ffffff;
#  font-family: Sans-serif;
  padding: 5pt;
  margin-left: 15pt;
  margin-right: 15pt;
  margin-top: 20pt;
  margin-bottom: 0pt;
  border-radius: 10px;
}

#menu
{
  float:right;
  width:300px;
  padding: 3pt;
  background-color: #808080;
  border-radius: 10px;
}

table 
{
	margin-top: 0pt;
	margin-left: 0pt;
	text-align:left;
}

table th
{
  vertical-align:top;
  font-weight:normal;
  padding-top: 5pt;
}

#table th,
#table tx
#{
#  text-align:justify;
#}

table.main
{
  xfont-family: roman;
  font-weight: 400;
  font-size: 14px;
  color:black;
  border-radius: 10px;
  background-color: #aaaaaa;
  padding: 10px;
}

table.reakcia
{
  border-radius: 10px;
  background-color: #cccccc;
  padding: 10px;
}

table.odpoved
{
  margin-left:30px;
  border-radius: 10px;
  background-color: #eeeeee;
  padding: 10px;
}


p 
{
text-align:justify;
margin:20pt 20pt 0pt;
}


.g-button-submit{
  padding: 0 10px;
  text-decoration:none;
  display: inline-block;
  text-align: center;
  color: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  cursor: default;
}

.g-button-submit:hover {
  text-decoration:underline;
  border: 1px solid #a6a6a6;
  color: #333;
  background-color: #f8f8f8;
  }

.g-button-submit-nou{
  padding: 0 10px;
  text-decoration:none;
  display: inline-block;
  text-align: center;
  color: #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  cursor: default;
}

.g-button-submit-nou:hover {
  text-decoration:none;
  border: 1px solid #a6a6a6;
  color: #333;
  background-color: #f8f8f8;
  }


.g-button {
  font-family: helvetica;  
  text-decoration:none;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  min-height: 25px;
  padding: 0 8px;
  line-height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  cursor: default;
  }

.g-button:hover {
  text-decoration:underline;
  border: 1px solid #a6a6a6;
  color: #333;
  background-color: #f8f8f8;
  }

.g-button-nou {
  font-family: helvetica;  
  text-decoration:none;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  min-height: 25px;
  padding: 0 8px;
  line-height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  cursor: default;
  }

.g-button-nou:hover {
  text-decoration:none;
  border: 1px solid #a6a6a6;
  color: #333;
  background-color: #f8f8f8;
  }

.btn {
        background-color:red;
    }





/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 10;
    border: 1px solid #888;
    width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    padding-top: 0px;
    margin-top: -10px;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
  padding: 10px 16px 10px 16px;
  text-align: center;
  background-color: #008080;
  color: #ffffff;
  font-family: arial;
  margin-top: 0pt;
  margin-bottom: 0pt;
  border-radius: 10px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

