

body {
   font-family: "Noto Sans", Arial, Helvetica ;
   font-size: 11pt;
}

button, input[type=button], input[type=reset], input[type=submit] {
   font-family: inherit;
   font-size: inherit;
   padding: 3px;
   cursor: pointer;
   color: #ffffff;
   background-color: #f37f5f;
   border-radius: 5px;
}

.title {
   font-family: inherit;
   font-size: 16pt;
   font-weight: bold;
   text-align: center;
   color:#0d6cb9;
   width: 100%;
}

.sub_title {
   font-family: inherit;
   font-size: inherit;
   font-weight: bold;
   text-align: center;
   color:#0d6cb9;
}

.object_title {
   font-family: inherit;
   font-size: 11pt;
   font-weight: bold;
}

div {
   font-family: inherit;
   font-size: inherit;
}

legend {
   font-family: inherit;
   font-size: 13pt;
   font-weight: bold;
}

fieldset {
   border-color: #f16038;
   border-radius: 2%;
}
		
input, label {
   font-family: inherit;
   font-size: inherit;
   cursor: pointer;
}