.page {
  display: none; 
}

.embedded {
  max-height: 400px;
  overflow: scroll;
  overflow-x: hidden;
  border: 2px solid #000000;
  padding: 5px;
  margin: 5px;  
}

.iframe-qualtrics {
  height: 1000px;
}

#content_link_submit {
  width: 100%;
}

#username_submit {
  min-width: 200px;
}

#wfuNextButton {
  display: none;
}

#uploadCompleteMsg {
  display: none;
}

#contacts {
  padding: 0;
}

.panel-body {
  padding: 5px;
}

.contact {
  background-color: #a8a8ca;
  list-style: outside none none;
  margin: 0 0 2px;
  padding: 3px;
  border-radius: 3px 5px;
  line-height: 2;
  
  z-index: 100; /* to make it on top */
  cursor: pointer; /* to make it the mouse hand */

  /* these are browser specific wasy to take away the ability to "select" text on the draggable element */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

.invite {
  float: right;
}


.todo {
  font-style: italic;
}


// chat
.chat_content {
  padding: 0;
}

.cc_wrapper {
  height: 400px;
  overflow: auto;
}


.chat_content > li {
  //background-color: #a8caa8;
  list-style: outside none none;
  padding: 3px;
  border-radius: 3px 5px;  
}

.c_you {
  margin: 0 0 2px 14px;
  background-color: #ACD7E6;
}

.c_oth {
  margin: 0 14px 2px 0;
  background-color: #f4fc0f;
}