.wrapper-trc form#node-form,
div.form-node, .help-edvice div.help p {
  margin-left: -33px;
}

fieldset{
  width: 650px;
  border:2px solid #E6E3CA;
}

fieldset fieldset{
  width: 95%;
  border:1px dotted #918E73;
}

fieldset legend,
fieldset legend a{
  color: #BF2627;
  font-weight: bold;
}

fieldset label,
.form-item label{
  color: #985B07;
}

.form-item,
table{
  margin-bottom: 1em;
}

.bg-big-block .form-item{
  margin-bottom: 0;
}
.form-item label.option{
  color: black;
  font-size: 0.85em;
}

.form-item .description{
  font-style: italic;
}

table select{
  width: 300px;
}
table.mceEditor select{
  width: auto;
}

div.node_assist-button{
  float:right;
  margin-top: -20px;
  margin-bottom: 10px;
}

.wrapper-trc .view-content table {
  width:100%;
}
.wrapper-trc .view-content table td, .wrapper-trc .view-content table th {
  padding:5px;
}
.wrapper-trc .view-content table tbody tr.odd {
  background:#E8E8E8;
}
.wrapper-trc .view-content table thead {
  background:#F5F5F5;
  border:1px solid #DDD;
  border-bottom: 0;
  border-right:3px;
}
.wrapper-trc .view-content a {
  color:#333;
}