/** Sedaláček style, override bootstrap style
    20160913
    */
body{
  background: #C6A26E;
  font-family: Verdana, Geneva, sans-serif;
}

ul{
  margin: 0;
  list-style: none;
}

ul li{
    position: relative;
    border: 1px solid #6E6E6E;
    margin: 10px;
    background: #FFFFFF;
    padding: 20px 20px 20px 80px;
    border-radius: 15px;
}


i{
  display: block;
  color: #666666;
  font-size: 80%;
}

li>span:first-child{
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    top: 25px;
    left: 15px;
    text-shadow: 1px 1px 3px #808080;
}

/**override boostrap style*/
.jumbotron{
  background: transparent;
   text-shadow: 1px 1px 3px #808080;
}
