/* ── Layout & Typography ── */
.container{text-align:center;}#headtitle{border-style: solid;border-width: 3px;border-color: #4d4d4d;line-height: 1.5 !important;letter-spacing: 0.12em !important;}#line-right{border-right: 3px solid;}span{font-weight:bold;}@media screen and (min-width: 992px){#line-right{border-right: 3px solid;}hr{display: none;}}@media only screen and (min-width: 768px) {#line-right{border-right: 3px solid;}hr{display: none;}}@media screen and (max-width: 600px){#line-right{border-right: none;}hr{display: block;width:100%;}}
/* Header info box */
.d-flex {
  display: flex;
  }
  
#head-info{background-color: #f1f1f1;border-style: solid;border-width: 3px;border-color:#000000;}

#column2end{border-right-style: solid;}

.vline{border-left: 1px solid #000;height: auto;}

@media only screen and (max-width: 600px) {
    .line{border-style:solid;border-width:2px;}
    .vline{display:none;}
    #head-info, #prog, #column4end{text-align:center;}

}


@media only screen and (max-width: 768px) {
    .line{border-style:solid;border-width:2px;}
    .vline{display:none;}
    #head-info, #prog, #column4end{text-align:center;}
}