/* Nav Bar */
  .navbar-right{
    margin-right:5px;
  }

/* Form interaction */
  .hiddenField{ display: none; }

  .compareButton{ float: right; }

  .expandRow:hover{ cursor: pointer; }

  .detailsTable {
    border-collapse: separate;
    border-spacing: 50px 1px;
	}

  #notesForm{
    padding-top: 3em;
    padding-left: 3em;
  }

  #notesForm #noteSubmit{ float: right; }

  .notecontainer{
    max-width: 100%;
  }
    .note {
      clear: both;
      padding-top: 10px;
    }
      .note_Body{
      }
      .note_User{
        font-weight: bold;
      }
      .note_Time{
        font-weight: bold;
        color: #666666;
        font-size: 0.9em;
      }
      .deletionbutton{
        float: right;
      }