#zenbox_tab {
   top: 40% ! important;
}

.twitter-typeahead {
  width: 100%;
}

.typeahead,
.tt-query,
.tt-hint {
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 2px 5px;
  font-size: 14px;
  line-height: 16px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

#term-text {
 line-height: 1px;
}

#mg-terms-more-info .modal-dialog
{
  width: 80%;/* your width */
}

ul.all-co-authors > li.item-toggle {
    display: none;
}

.table td.nested-row {
  padding-left: 2em;
}

.btn.btn-dark-gray {
  background: #5A5A5A;
  border-radius: 0;
}

.valign-top {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.valign-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.valign-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.halign-right{
  display: inline-block;
  text-align: right;
  float: none;
}

.socials-block {
  width: 160px;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  text-align: center;
}

.social-icon {
  display: inline-block;
  max-width: 50px;
  max-height: 50px;
  margin: 5px 5px 5px 5px;
  vertical-align: middle;
}

.grey-text {
  color: #908c8c;
}

.grey-box {
  padding-top: 15px;
  background-color: #E9E9E9;
}

.btn-padding {
  margin: 5px 5px 5px 5px;
}

.hr-solid {
  height: 3px;
  border: 0;
  box-shadow: inset 0 3px 3px -3px rgba(0,0,0,0.8);
    margin-top: 15px;
    margin-bottom: 10px;
}

.kudos-logo {
  max-width: 220px;
  margin-right: 10px;
  padding-right: 10px;
}

.user-image {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding-right:10px;
}

.user-name {
  display: inline-block;
  text-align: left;
}
.user-arrow {
  display: inline-block;
}

.tools-dropdown-items {
  text-align: left;
}

.page-article-content, .search-results-content, .subpage-content {
  background: none repeat scroll 0 0 #fff;
  border-top: none;
  padding: 5px 0;
}

.down-arrow {
    background: url(/images/down-arrow.png) center bottom no-repeat;
    width: 10px;
    heigth: 10px;
    display: inline-block;
    padding: 5px 0px 10px 5px;
    margin-left:10px;
}

.page-institutions ul{
  list-style-type:none;
  margin:20px 0 0;
  padding:0;
}

.page-institutions ul li{
  transition: all .3s linear;
  padding: 20px;
}

.page-institutions ul img{
   max-width:90%;
   height:0 auto;
   padding:0 5%;
   width: 200px;
   max-height: 100px;
 }


.avatar-icon {
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
}

.avatar-default {
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
}

.avatar-profile {
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
}

.notification-bar-spacing {
  margin-top: 70px;
}
