
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#textAreaCodeContent{
    height:400px;
    width:100%;
}

textarea[name="Intro"] {
    height: 250px !important;
    width: 100%;
}
textarea[name="Intro"] > table{
    height: 250px !important;
}

.yp-b-bt {
    border-bottom: 3px black solid;
}

#admin-panel .card-body .row {
    margin-top: 10px;
}