.draggable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

#verbatims {
	text-align: center;
	padding-bottom: 1.5%;
}

.hidden {
  display: none;
}

#tab_container textarea {
	width: 80%;
}

#global #edit_coll {
  display: none;
}

#lean_overlay {
    position: fixed;
    z-index:10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#errorModal { display: none; }

#page-title { font-weight: bold; }

#contact {
  /*color: black;
  font-size: xx-small;
  text-align: center;*/
  display: none;
}

#content h1 > img {
  display: none;
}

#global #status_bar #connected {
  /*width: 960px;*/
  width: 887px;
}

.single_tab table td.last {
  text-align: center;
}

#footlinkpop {
  text-align: center;
}

#copyright-link, #contact-link, #tutorial-link, #cgu-link {
  display: inline-block;
  color: black;
  font-size: small;
  text-align: center;
  margin-top: 42px;
}

#contact-link > a, #contact-link > a, #copyright-link > a, #tutorial-link > a {
  cursor: pointer;
}

.link-btn {
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  opacity: .7;
}

.link-btn > a {
  color: white;
  font-weight: bold;
}

.link-btn:hover {
  opacity: 1;
}

.link-btn1 {
  background-color: #2d3880;
}

.link-btn2 {
  background-color: #6da922;  
}

