Instead of setting styles from the tag, for example, the font size, use the following CSS:
text-box-inner{
font-size:inherit;
}
.drop-down-inner {
font-size: 1.6em;
}
.c1-calendar{
max-width:400px !important;
}