/* fix for button being blurry*/
.btn {font-size: 14px;}

/* fix for modal body scrolling vertically */
#myModal .modal-body { overflow-y:hidden; padding:0px;}

/* tidy the space*/
#myModal .modal-footer {padding:5px;}
#myModal .modal-header {padding:5px;}

/* fix for readability */
body, a { color:#333333;}

/* sets the width of the select edit buttons in the tallozo*/
.seleditbutton { width: 80px; white-space: nowrap;}

/*date fields*/
.datepicker { width:150px}


/* set the input box font color to a darker shade*/
textarea, input[type="text"], input[type="password"], input[type="datetime"],
 input[type="datetime-local"], input[type="date"], input[type="month"], 
 input[type="time"], input[type="week"], input[type="number"], input[type="email"], 
 input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
 	color:#333333;
 }


input[type="radio"], input[type="checkbox"] {
margin: 0;
}

/* viewform tallozó*/
#Oldalra {width: 60px; margin-left: 2px; margin-right: 2px;}
#Ossztalalat {margin-bottom: 10px}
#Ossztalalat td{padding: 6px;}
.tallozo {margin-bottom: 0px;}