.item.subject label.left {
  width: inherit;
}
#user_subjects_level {
  width: 170px;
}
.subject_level_name {
  border-bottom: thin solid #48ADF7;
  border-color: #48ADF7;
  color: #008CF2;
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
}
.item.subject div.selector>span {
  width: 138px;
  margin-right: 5px;
}
#user_subjects_name {
  width: 195px;
  margin-right: 8px;
}
.item.subject {
  margin: 0 35px 0 35px;
}
.subjectBigBox {
  border-radius: 5px   ;
  -moz-border-radius: 5px   ;
  -webkit-border-radius: 5px   ;
  margin-top: 20px;
  background: #fafaf6;
  border: 1px solid #bdbdbd;
  color: #333;
  display: block;
  padding-bottom: 10px;
}
.subjectSmallBox {
  border-radius: 5px   ;
  -moz-border-radius: 5px   ;
  -webkit-border-radius: 5px   ;
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
  background: #daedfb;
  border: 1px solid #2c87cb;
  color: #333;
  padding: 2px 5px 2px 5px;
}
.subjectSmallBox span.subject_name {
  font-size: 11px;
}
.subjectSmallBox span.subject_name a {
  text-decoration: none;
  color: #333;
}
.subjectSmallBox .button_delete_subject {
  background-image: url(/images/buttons/delete_subject.png);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 8px;
  height: 8px;
}
.subjectSmallBox .button_delete_subject:hover {
  background-image: url(/images/buttons/delete_subject_hover.png);
}
.subject_level {
  margin: 0;
}
.subject.item_1 {
  margin: 0 0 15px 35px;
}
.subject.item_1.required {
  margin: 0 0 15px 10px;
}
