/*
Theme Name: Less Master Child
Theme URI: http://open.positiondata.cz/
Author: open.positiondata.cz
Author URI: http://open.positiondata.cz/
Template: Less-master
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Less-master-child
*/
@import url(http://fonts.googleapis.com/css?family=Roboto);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Georgia, serif;
}
header .gravatar {
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
}
article {
    margin-bottom: 5px;
}
article .the-content img{
    max-width: 100%;
    width: unset;
}
header #brand h1 span {
  text-transform: none;
}
span.grey_text {
  color: #888888;
  text-transform: lowercase;
  padding-left: 7px;
}
.email_info {
 font-size: 13px;
}
.container{
    max-width: 773px;
}
.container_bottom{
    padding: 20px 20px 0 20px;
}
.container_postarticle{
    padding: 0 20px 20px 20px;
}
article .the-content a{
    text-decoration: underline;
}
article .the-content a:hover{
    text-decoration: none;
}