.picker__button--today,
.picker__button--clear,
.picker__button--close {
	color: black;
}
.picker__weekday {
	text-align: center;
}
.picker__table {
	table-layout: auto;
}

th[id] + td *:not(input):not(.input_text_block) {
  padding-top: 1px;
  padding-bottom: 1px;
}

.picker__header {
	margin-top: 2px;
}

.picker__box{
	font-size: 1.0em;
	max-width: 360px;
	margin: 0 auto;
}

.picker__nav--prev, .picker__nav--next {
	margin-top: 16px;
}

.picker__frame {
    transition: none .15s ease-out
}
