body { font-family: 'Open Sans' }

/* LOC */
#map { width: 100%; height: 250px; }
.li-dest:hover { background-color:#eee;}

/* PSTAR */
.question  { font-weight:600; }
.ans:hover { background-color: #eee }
.correct   { font-weight: bold;   color: green }
.incorrect { font-weight: normal; color: red }
#score     { background-color: green; color: white; }
#wrong     { background-color: red; color: white; }

/* TIMER */
#runner   { font-size: 48px; }
.div_time { font-size: 24px; }
