/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#investicny-dotaznik > .form-check-label{

     margin-left: 1.75rem;
    padding-left: 100px;
}

#investicny-dotaznik > .form-check-input{

    margin-left: -1.7rem;
    padding-right: 100px;
}

#investicny-dotaznik > div.form-group  > h5{

    margin-bottom : 2em;

}

#investicny-dotaznik > div.dotaznik > div.form-group {

    /*margin-bottom: 1em;*/

}

.tscroll {

    overflow-x: scroll;
    margin-bottom: 10px;
    border: solid black 1px;
}

.tscroll table td:first-child {
    position: sticky;
    left: 0;
    background-color: rgb(201, 201, 201);;
    vertical-align:middle ;
    width: 150px;
}

.tscroll td, .tscroll th {
    border-bottom: dashed white 1px;
    vertical-align:middle ;
}

.zapfino-heading {
    font-family: 'Zapfino', cursive;
    text-transform: none !important;
}




