html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.embedFont .container .content {
    padding-top: 0px;
}

@font-face {
    font-family: 'fishmonger_cb_FONT';
    src: url('/fonts/fishmonger_cb.eot'); /* IE9 Compat Modes */
    src: url('/fonts/fishmonger_cb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/fishmonger_cb.woff2') format('woff2'), /* moderní prohlížeče */
         url('/fonts/fishmonger_cb.woff') format('woff'),   /* moderní prohlížeče */
         url('/fonts/fishmonger_cb.ttf') format('truetype'); /* starší prohlížeče */
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'FishmongerCR_FONT';
    src: url('/fonts/FishmongerCR.eot'); /* IE9 Compat Modes */
    src: url('/fonts/FishmongerCR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */         
         url('/fonts/FishmongerCR.woff') format('woff'),   /* moderní prohlížeče */
         url('/fonts/FishmongerCR.ttf') format('truetype'); /* starší prohlížeče */
    font-weight: normal;
    font-style: normal;
  }

.input-group .form-controlE {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background-color: #464646;
    font-family: 'FishmongerCR_FONT', sans-serif;
}
.form-controlE {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 12px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #464646;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: 'FishmongerCR_FONT', sans-serif;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    background-color: #464646;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'FishmongerCR_FONT', sans-serif;
}

input::placeholder {
    color: #cccccc; /* nebo jakákoli barva, např. red, blue, #333, rgba(0,0,0,0.5) */
    font-family: 'FishmongerCR_FONT', sans-serif;
  }

  .btn-default, .btn-success, .btn-primary {
    margin-top: 3px;
    background-color: #ffb800;
    color: white;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 12px;
    border: 0px;
    border-radius: 2px;
    font-family: 'FishmongerCR_FONT', sans-serif;
}

body.embedFont, label, input {
    font-size: 16px;
    font-family: 'FishmongerCR_FONT', sans-serif;
}

body.embedFont button {
    font-size: 22px;
}

body.embedFont h1, body.embedFont h2, body.embedFont h3, body.embedFont button {
    font-family: 'fishmonger_cb_FONT', sans-serif;
}

