
body {
  font-family: "Open Sans", sans-serif;
  height: auto;
  font-size: 13px;
}
.header-white {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E1A03A;
  height: 100px;
}
section .section-color {
  font-family: "Open Sans", sans-serif;
  background-color: #FAB241;
  height: auto;
  padding: 10px;
}
footer {
  border-top: 1px solid #E1A03A;
}
footer .footer-one {
  background-color: #FFFFFF;
  padding: 10px;
}
footer .footer-two {
  padding: 10px;
  border-top: 1px solid #d2d7e4;
  color: #FFFFFF;
  height: auto;
  background-color: #2F4883;
}
.content-white {
  background-color: #FFFFFF;
  border-radius: 5px 5px;
}
.content {
  padding: 20px;
}
.left-menu-side ul li a {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.left-menu-side ul li {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #E1A03A;
  margin-top: -1px;
}
.left-menu-side ul li:hover {
  background-color: #E1A03A;
}
.left-menu-side ul {
  list-style: none;
  line-height: 2.8;
  color: #000000;
}
.img-modules {
  text-align: center;
}
.right-content-side .content-text {
  margin-top: 10px;
  display: block;
}
.right-content-side form#frm-changeLecture {
  margin-top: 20px;
}
.content-text table tbody td td {
  width: 100%;
}
.content-text img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.right-content-side .content-text form#frm-changeCourse #frm-changeCourse-course-pair label {
  display: none;
}
.right-content-side .content-text ol li a {
  color: #003366;
}
.right-content-side .content-text ol li a:hover {
  font-weight: bold;
}
.right-content-side .content-text h4 a {
  color: #003366;
}
form#frm-commentAdder #frm-commentAdder-comment-pair label {
  font-weight: normal;
  margin-top: 10px;
}
form#frm-changeLecture #frm-changeLecture-id-pair label {
  display: none;
}
.right-content-side .content-text h3 {
  font-weight: bold;
  font-style: italic;
}
a.btn-color {
  background-color: #e6e6e6;
}
footer .footer-three {
  padding: 10px;
  background-color: #003366;
  height: auto;
  color: #FFFFFF;
}
footer span.part {
  padding: 0px 20px;
  font-size: 10px;
}
footer .text-center span.part img {
  max-width: 100%;
  height: auto;
}
.line {
  border-bottom: 1px solid #E1A03A;
}
.line h4 {
  font-weight: bold;
}
.content-bg {
  background-image: url('/images/under-bg.png');
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}
.right-menu-pc {
  background-image: url('/images/login-pc.png');
  background-repeat: no-repeat;
  width: 343px;
  height: 268px;
  margin-top: 10px;
  float: right;
}
#snippet-login-loginForm form #frm-login-form-login-pair label,
#snippet-login-loginForm form #frm-login-form-password-pair label {
  font-weight: normal;
  padding-left: 10px;
}
#snippet-login-loginForm form #frm-login-form-login-pair input,
#snippet-login-loginForm form #frm-login-form-password-pair input {
  background-color: #E6E6E6;
}
form#frm-registration label {
  padding-left: 10px;
}
form#frm-registration input#frm-registration-login,
form#frm-registration input#frm-registration-email,
form#frm-registration input#frm-registration-name,
form#frm-registration select#frm-registration-gender,
form#frm-registration input#frm-registration-birth_date,
form#frm-registration input#frm-registration-password,
form#frm-registration input#frm-registration-password_validation {
  background-color: #E6E6E6;
}
.container-fluid-tablet {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.menu-left-bar ul li,
.menu-left-bar li ul,
.menu-left-bar ul ul {
  float: left;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .container-fluid-tablet {
    width: auto;
  }
  .menu-left-bar > ul {
    margin: auto;
  }
}
@media (min-width: 992px) {
  .container-fluid-tablet {
    width: 970px;
  }
  .container-fluid-tablet .menu-left-bar ul li,
  .container-fluid-tablet .menu-left-bar li ul,
  .container-fluid-tablet .menu-left-bar ul ul {
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-fluid-tablet {
    width: 1170px;
  }
}
.menu-left-bar > ul {
  padding: 0px;
}
