.calc_widget
{
    padding: 2em !important;
}
.calc_widget label
{
    display: none;
}
.calc_widget label.visible
{
    display: inline-block;
}
.calc_widget p.desc
{
    font-size: 14px;
    color: #6b6b6b;
}
.calc_widget h2
{
    font-size: 18px !important;
    padding-bottom: 0 !important;
    font-family: bold;
}
.wrapper .calc_widget input {
    margin: 0 0 1em 0 !important;
    line-height: 1.5em;
}
.wrapper .calc_widget .button {
    margin: 0 0 0 0 !important;
    background: #c83635 !important;
    border-color: #c83635 !important;
    width: 100%;
    text-align: center;
}
.ad .calc_widget {
    padding: 1em !important;
}

.calc_widget.calculator_birth,
.calc_widget.prirustek_hmotnosti,
.calc_widget.materska
{
    background: url('../images/tehotna.png') no-repeat center right;
    background-size: cover;
}

.calc_widget.ovulacni_kalendar,
.calc_widget.rodicovsky_prispevek
{
    background: url('../images/ovulace.png') no-repeat center right;
    background-size: cover;
}

.wrapper #termin_porodu_form {
    padding: 0 !important;
    text-align: center;
}
.wrapper #termin_porodu_form p {
    text-align: center !important;
}

.wrapper .text .widget .calc_widget {
    padding-bottom: 2em !important;
    margin: -2em !important;
    text-align: center;
}
.wrapper .text .widget .calc_widget p.desc {
    text-align: center !important;
}

.user_sucesses .calc_result {
    text-align: center;
    color: #999999;
    font-weight: normal;
    font-family: regular;
    padding-bottom: 4em;
    font-size: 14px;
}

.user_sucesses .calc_result h2 {
    text-align: center;
    color: #242424;
}

.user_sucesses .calc_result strong {
    color: #c83635;
    font-weight: normal;
    font-family: bold;
}

.user_sucesses .calc_result table {
    width: 100%;
    background: #F9F9F9;
    margin-bottom: 1em;
}
.user_sucesses .calc_result table th {
    padding: 0.5em 2em;
    text-align: left;
    font-weight: normal;
    font-family: bold;
}
.user_sucesses .calc_result table td {
    padding: 0.5em 2em;
    text-align: left;
    color: #242424;
}
.user_sucesses .calc_result table tr:nth-child(even) td {
    background: white;
}
.user_sucesses .calc_result table tr.first td {
    background: #c83635;
    color: white;
}



#ui-datepicker-div {
    font-size: 15px;
    font-family: regular;
    border-radius: none !important;
    font-weight: normal;
    display: none;
}
.ui-datepicker-header {
    font-family: bold;
    font-weight: normal;
    background: none;
    border: none;
}
.ui-datepicker th {
    font-family: bold; 
    font-weight: normal;
}
.ui-datepicker td a {
    background: none !important;
}
.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
    background: none !important;
    border: none !important;
}