/**
 * Output css header if extension html works as php by Add Handler directive.
 * <?php header("Content-Type:text/css; charset=utf-8"); ?>
 */
.textbox {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: rgb(0, 0, 0);
border-radius: 8px;
margin: 0px 1rem;
padding: 8px 10px !important;
}
