html {
    overflow-y: scroll;
}
body {
    background-color: #191919;
    display: block;
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.subjects a {
    color: #cf0;
    font-family: Calibri;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.intro-div {
    margin: 0 auto;
    width: 100%;
}
.code {
    margin: 0 auto;
    text-align: left;
    width: 340px;
}
.subjects.intro {
    color: #ffffff;
    font-family: Consolas;
    position: relative;
    display: block;
    text-align: center;
}
.importantThings {
    color: #ccff00;
}
.contactEnt {
    font-weight: bold;
}
.contactEnt:first-letter {
    color: #ccff00;
    text-transform: uppercase;
}
.contactEnt a {
    color: #ccff00;
}
.contactEnt a:hover {
    text-decoration: underline;
}
.subjects a:hover {
    text-decoration: underline;
}
.subjects a.projects {
    color: #A3BAFF;
    font-family: Calibri;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.subjects a.projects:hover {
    text-decoration: underline;
}
a {
    text-decoration: none;
}
a:hover span {
    text-decoration: none;
    border-bottom: 1px solid white;
}
#container {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    color: #fff;
    margin: auto 0;
}
#header {
    height: 40px;
    margin: auto;
    width: 814px;
}
.tools {
    text-align: right;
}
.projects_bottom {
    left: 5%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}
.tools a {
    color: #cf0;
    position: fixed;
    bottom: 0px;
    right: 5px;
    text-decoration: none;
    font-family: Calibri;
    font-size: 22px;
    font-variant: small-caps;
}
.tools a:hover {
    color: #fff;
}
#logo {
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    margin-left: 120px;
    margin-top: 8px;
    position: absolute;
    width: 300px;
    height: 30px;
}
#odkazy {
    color: #710000;
    margin-left: 400px;
    position: absolute;
    width: 300px;
}
#odkazy ul {
    list-style-type: none;
    margin-top: 20px;
}
#odkazy li {
    display: inline;
}
#odkazy a {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
#odkazy a:hover {
    background-image: url(../images/linksbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: #000;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 10px;
    text-decoration: none;
}
#telo {
    height: 511px;
    padding-top: 5px;
    width: 814px;
}
#telo3 {
    font-family: Calibri;
    font-size: medium;
    height: 700px;
    margin: auto;
    padding-top: 5px;
    text-align: justify;
    width: 555px;
}
#telo4 {
    font-family: Calibri;
    font-size: 19px;
    text-align: left;
}
#footer {
    height: 60px;
    line-height: 20px;
    margin: auto;
    width: 814px;
}
.dolnyodkaz {
    color: #575757;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
table.contactme {
    font-family: Calibri;
    font-size: 17px;
    font-variant: small-caps;
    text-align: center;
    width: 555px;
}
table.subject {
    font-family: Calibri;
    font-size: 19px;
    font-variant: small-caps;
    text-align: center;
    width: 555px;
}
.input {
    background: #8a8a8a;
    border: 1px solid #006;
}
.input:hover {
    background: #8f8f8f;
    border: 1px solid #004eff;
}
label {
    display: block;
    float: left;
    margin: 2px 4px 6px;
    text-align: right;
    width: 150px;
}
br {
    clear: left;
}
#telo2,
table.omne {
    font-family: Calibri;
    font-size: medium;
    height: 700px;
    margin: auto;
    padding-top: 5px;
    text-align: center;
    width: 555px;
}
.tagNoButton {
    display: inline-block;
    zoom: 1;
    /* zoom and *display = ie7 hack for display:inline-block */
    
    *display: inline;
    vertical-align: baseline;
    margin: 2px 2px 2px 2px;
    outline: none;
    cursor: default;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
/* button 
---------------------------------------------- */

.tagButton {
    display: inline-block;
    zoom: 1;
    /* zoom and *display = ie7 hack for display:inline-block */
    
    *display: inline;
    vertical-align: baseline;
    margin: 2px 2px 2px 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.tagButton:hover {
    text-decoration: none;
}
.gray {
    border: solid 1px #555;
    color: #e9e9e9;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
    background: #000;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
    background: #cf0;
    color: #000;
}
.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    text-align: left;
    color: #000000;
    border: 1px solid #000;
    margin: 0px;
    box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 1);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.popbox h2 {
    background-color: #222;
    color: #E3E5DD;
    font-size: 14px;
    font-style: bold;
    display: block;
    width: 100%;
    margin: -10px 0px 8px -10px;
    padding: 5px 10px;
}
.selectedProjects {
    margin-top: 40px;
    text-align: left;
    color: #575757;
    font-style: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.dockerfile { 
	font-family: Lucida Console,Lucida Sans Typewriter,monaco,Bitstream Vera Sans Mono,monospace; 
}
.index-photo-img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}