a {color: #1230B1; text-decoration:  none; border-style: none;}
a:hover {color: #1230B1; text-decoration: underline;}

p {font-size: 1em; text-align: left}

img {border-style: none;}


body {
  height: auto;
  overflow: visible;
  font-family: Roboto; 
  font-size: 0.875em; 
  color: #353535; 
  background-color: #FFFFFF; 
  text-align: left; 
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 0px; 
  margin-bottom: 0px;
}



ul
{
list-style-type: circle;
list-style-image: url('../img/list.png');
padding-left: 1.2em;
padding-right: 1em;
}


.pozadi
{
  background: #F5F8FF;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 7px;
}

.bublina
{
  background: #F5F8FF;
  padding: 10px;
  border-radius: 10px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.imgpar {
  float: right;
  display: float;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  max-width: 150px;
  min-width: 50px;
}



/* vodorovná čára kolem textu;*/

h1 {
  overflow: hidden;
  text-align: center;
}

h1::before,
h1::after {
  background-color: #D9E5FF;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h1::before {
  right: 0.5em;
  margin-left: -50%;
}

h1::after {
  left: 0.5em;
  margin-right: -50%;
}


.text-indent {
  text-indent: 40px;
  line-height: 20px;
}

#description {
  padding-left: 10px;   /* odsazení celého bloku */
}

#description p {
 display: block; 
 text-indent: 40px;    /* odsazení prvního řádku */
}



