﻿#obr_popis ul {
    list-style: none;
    padding-left: 0;
    /* top, right, button left*/
    margin: 1em 0 1em 0;
    padding: 0 0 0 1em;
}

#obr_popis li {
    position: relative;
    /*padding-left: 1.5em;*/ /* space to preserve indentation on wrap */
    /*font-weight: normal;*/
   /* font-weight: bold;*/
   /* font-size: 1.0em;*/
}

#obr_popis .first {
    font-weight: bold;
    font-size: 1.5em;
}

#obr_popis .first ul li:first-child {
   /* color: green;*/
}

#obr_popis .nested {
    font-weight: normal;
    font-size: 0.7em;
}

#obr_popis > ul > li > ul > li::before {
    /*content: "• ";*/
    content: '✓';
   /* color: red;*/
}


#obr_popis > ul > li > ul > li {
    /*color: green;*/
}

/*#obr_popis .innerfirst li:before {
    content: '';*/ /* placeholder for the SVG */
/*position: absolute;
    left: 0;*/ /* place the SVG at the start of the padding */
/*width: 1em;
    height: 1em;
    background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}*/

a.tlacitko {
    background-color: #007fff;
    color: white !important;
    border-radius: 1.3em;
}
    a.tlacitko.objednat {
        color: white !important;
        border-radius: 1.3em;
    }

a.link-button {
    background-color: #007fff;
    outline: none;
    cursor: pointer;
    display: inline-block;
    margin: 1em 0;
           padding: 7px 7px 10px 10px;
  /*   padding: .5em 2em .55em;*/
    font: bold 16px/100% Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #67c;
    border-radius: 1.3em;
    text-decoration: none;
    /*  text-transform: uppercase;*/
    margin-left: 1%;
}

    a.link-button.nahrat {
        color: white;
    }

    a.link-button.objednat {
        color: red;
    }