/* Report card CSS (from user's template) */
*{margin:0px; padding:0px;}
body {  background:#fff; font-family: 'Open Sans', Arial, sans-serif; }
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&family=Open+Sans:wght@300;400&display=swap');
page {
  background-color: white;  font-family:'Open Sans';
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
}
a { text-decoration: none; color: #000; }
page[size="A4"] {  width: 21cm; height: 29.7cm; }
@media print {
 *{margin:0px; padding:0px;}
  body, page { margin: 0; box-shadow: 0;  font-family:'Open Sans'; }
}
/* Admin styles */
.container { max-width:1100px; }
.toolbar .btn { display:inline-block; margin-bottom:6px; }
.subject-row input { min-width:80px; }
.subject-row .form-control { width:auto; }
