/* Misc  */
#check_icon {
  margin-top: 10px;
  float: left;
}

#you_can_store_message {
  clear: left;
  padding-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  
}


/* Main */

#quality_tips_table {
  margin-top: 20px;
}

#quality_tips_table input[type="text"] {
  width: 750px;
}


#quality_tips_table input[type="text"] {
  width: 750px;
}

#quality_tips_table th {
    background-color: #eee;
}

#quality_tips_table th + th + th {
    background-color: #fff;
}

#quality_tips_table td.blog_tip_col_default {
  width: 50px;
}

#quality_tips_table td.blog_tip_col_default input[type="checkbox"] {
  margin-left: 18px;
}


.form-table tr:first-child th {
  background-color: blue;
  color: white;
}


.form-table {
  border-collapse: collapse;
  width: 85%;
}

.form-table td.blog_tip_col input[type="text"] {
   width: 200px;
  
}

.form-table input,
.form-table th {
  line-height: .9em;
}

.border_color {
  width: 100px;
}

.border_style {
  width: 120px;
}

#good_writer_notes {
  width: 700px;
  height: 200px;
}

#random_notes {
   font-weight: bold;
   font-size: 12px;
   
   width: 100px;
}

#random_notes_2 {
   font-weight: bold;
   font-size: 12px;
   margin-left: 300px;
   width: 200px;
}

