 {

}

a {
    text-decoration: none;
}

p {
    display:block;
}

pre {
  white-space: pre-wrap;
  word-break: normal;
}

body {
    font-family: 'Open Sans';
}

.header {
    margin-left:10px;

}

.beta{
    font-size: 12px;
    font-weight: bold;
}

.sidebar {
    margin-top: 50px;
    margin-right: 15px;
    width: 210px;
    min-height: 470px;
    background-color: white;
    float: left;
}

.content{
    margin-left: 200px;
    width: auto;
    min-height: 470px;
    background-color: white ;
    padding: 15px;
}

ul#nav {
    margin: 20px 0px 0px 0px;
    padding: 0;
}

ul#nav li{
    list-style: none;
    margin: 5px;
}

ul#nav li a {
    color: white;
    display: block;
    background-color: #2c3e50;
    border-radius: 4px;
    padding: 10px;
    padding-left: 20px;
    font-size: 1.2em;
}
ul#nav li a:hover {
    background-color: #70859a;
}

tr:nth-child(odd){
    background-color: #2c3e50;
    color: white;
}



.dropbtn {
    background-color: #2c3e50;
    color: white;
    /*top right bottom left*/
    padding: 17px 10px 13px 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #70859a}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #70859a;
}

.footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

.right{
    position:relative;
    float:right;
}

.sidebar_blog{
    margin-left:10px;
    margin-top:30px;
}
.sidebar_blog div {
    margin: 5px 5px 5px 0px;
}

.sidebar_blog div span{
    font-size: 12px;
}

.sidebar_blog div hr{
    margin-top: 12px;
    margin-bottom: 12px;
}

.skypeTime{
	color: #777777;
}
.skypeUsername{
	color: #0083b3;
}
#skype{
	font-size:12px;
}

.fotka{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fotka img{
    display:block;
    height:230px;
}

.fotka div{
    width:auto;
    display:block;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    background-color: #efefef;

}

.fotka100{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fotka100 img{
    display:block;
    width:1000px;
}

.fotka100 div{
    width:1000px;
    display:block;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    background-color: #efefef;

}
.fotka50{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fotka50 img{
    display:block;
    width:500px;
}

.fotka50 div{
    width:500px;
    display:block;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    background-color: #efefef;

}

.blog-thumb > img{
    float:left;
    width:150px;
    height:150px;
    margin: 5px 10px;
    display: inline-block;
    vertical-align: top;
}


