/* Central definition of style for PHPWebQuiz pages */

body {background-color: #ffffff; font-family:sans-serif; color:#004E90;}
.header {width: 600px; margin:auto;}
.main {width: 600px; margin:auto;}

hr.foot {
    overflow: visible; /* For IE */
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.foot:after {
    content: "♫";
    display: inline-block;
    position: relative;
    top: -0.7em;
    padding: 0 0.25em;
    background: white;
}
.inpt {font-size:1.1em;}
p, table { line-height:1.6em; font-size:1.2em;}

.richtig {font-size: 1.4em; color:#00C000; font-weight:bold;}
.falsch {font-size: 1.4em; color:#C00000; font-weight:bold;}
.about {text-align: right; width:100%; margin:auto;    line-height: 2;
    margin-bottom: 26px; font-size: 15px;}
    
    
 input[type="CHECKBOX"] {
  width: 24px; /* Adjust as needed */
  height: 24px; /* Adjust as needed */
}