body {
background: #e8e8e8;
}
 br, h1, h2, h3, h4, h5, h6 {
padding-left: 20px;
padding-right: 20px;
 font-family: 'Roboto',Arial,sans-serif; 
 font-weight: 300;
 
}
p{font-family: 'Roboto',Arial,sans-serif; }

h2 {font-size: 19px;}

#wrapper{
background: #e8e8e8;
width: 100%;
max-width: 1000px;
margin: 0 auto;
margin-top:5px;
height: auto !important;
}

#header{
border: 0px solid #000;
background: #e8e8e8;
width:100%;
max-width:1000px;
 height:50px;
margin:0 auto;
margin-top:0px;
 
}
#header h1 {
font-size: 3.5em;
text-shadow: none;
text-align: center;
padding-top: 0.5em;
}

#content #colRight{
background: #e8e8e8;
float:left;
margin-left:0%;
width:25%;
}

#content #colLeft{
float:left;
margin-right:0px;
width:75%;
}

#footer {
background: #e8e8e8;
width: 100%;
max-width: 1000px;
height: 90px;
margin: 0 auto;
padding-top: 0.7em;
clear: both;
}

.shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
 font-size:;
  background-color: #006BCF;
   
  border-radius: 16px;
  padding: 18px 45px 18px 45px;
}

.shiny-button strong {
  letter-spacing: 1px;
  font-size: 17px;
}

.shiny-button:hover {
  color: #FFFFFF;
  background-color: #0073de;
   
}

.shiny-button:active {
  color: #FFFFFF;
  background-color: #0063c0;
  background-image: -webkit-linear-gradient(top, #005eb6 0%, #006BCF 100%);
  background-image: -moz-linear-gradient(top, #005eb6 0%, #006BCF 100%);
  background-image: -o-linear-gradient(top, #005eb6 0%, #006BCF 100%);
  background-image: linear-gradient(top, #005eb6 0%, #006BCF 100%);
  padding: 19px 45px 17px 45px;
}

.hidden {
  display: none;
}


@media only screen and (max-width: 1024px) {
 
 
     .skopirovat {
	 zoom:2.3;
	  
	 }
	 .kod {
	 zoom:1.6;
	 
	 }
   }
@media screen and (min-width: 1090px) {
    .done {
        display: none;
    }
}



@media screen and (max-width: 1090px) {
    .nedone {
        display: none;
    }
}