body {
  overflow-y: scroll;
  padding-top: 15px;
}

.page {
  padding-top: 15px;
}

.avatar-frame{border: 2px solid #dd4814;}
.avatar-frame,.avatar-frame img{
  width: 90px;
  margin-bottom: 17px;
  height: 90px;
  -webkit-border-radius: 80px; /* Saf3+, Chrome */
  border-radius: 80px; /* Opera 10.5, IE 9 */
  /*-moz-border-radius: 30px;  Disabled for FF1+ */
}

.assets.active {
  display: block !important;
}

.copy-button-group {
  position: absolute;
  right: 10px;
  top: 2px;
}
.copy-options .css {
  display: none;
}
.copy-options .js {
  display: none;
}
.js-type .copy-options  .js {
  display: block !important;
}

.css-type .copy-options  .css {
  display: block !important;
}

.library-container .add-favorite,
.favorite .add-favorite {
  display: none;
}
.favorite .remove-favorite {
  display: block !important;
}
.remove-favorite {
  display: none !important;
}



.tweet-wrapper {
  margin: 50px auto;
  text-align: center;
}

.tweet-cards{
  background-color: #F4F4F4;
  height:250px;
  border-radius: 2px;
  box-shadow: 3px 3px 3px #007BA8;
}

.tweet-cards .card-top{
  background-color: #007BA8;
  border-bottom: 4px solid #006E96;
  height:30%;
  border-radius: 2px 2px 0px 0px;
}

.tweet-cards .profile-pic{
  height:60px;
}

.tweet-cards .profile-pic img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  margin: -52px 0 0 6px;
  border: 4px solid white;
}

p#name a{
    text-decoration: none;
    font-family: arial, helvetica;
    color: #007BA8;
    font-weight: bold;
    position: relative;
    bottom: 8px;
}

.tweet{
    position: relative;
    bottom: 7px;
    width: 260px;
    height: 102px;
    word-wrap: break-word;
    text-align: center;
    line-height: 18px;
    margin: auto;
    font-weight: 200;
    font-family: helvetica neue;
    font-size: 0.95em;
    color: #545454;
}

p#date{
  position: relative;
  text-align: right;
  margin: 0 25px 15px 0;
  font-family: helvetica;
  font-size: 0.8em;
  color: #919191;
}

.packages-table-container tbody em {
  font-weight: bold;
  font-style: normal;
  background: #ffdead;
}

.packages-table-container tbody tr td:last-child {
  width: 60% !important;
}

.packages-table-container tbody tr .label-default.highlight {
  background-color: #575552;
}

  .packages-table-container tbody tr .label-default.highlight em {
    color: #ffdead;
    background: none;
  }