.flash    { background: #CEE5F5; padding: 0.5em; border: 1px solid #AACBE2; }
.flasherror    { background: #F0D6D6; padding: 0.5em; }

.center {
  margin-left:auto;
  margin-right:auto;
  width:70%;
}

#userStats { display: block; width: 530px; background-color: #f9f9f9; border: 1px solid #ccc; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 12px;
font-size: 62.5%; font-family: Helvetica, Arial, sans-serif; line-height: 10%;}
#userStats .pic { float: left; display: block; margin-right: 10px; }
#userStats .pic a img { padding: 7px; background: #fff; border: 1px solid #ccc; }

#userStats .data { float: left; display: block; position: relative; width: 350px; height: 166px; padding: 4px; padding-left: 15px; background: #e6e6e6; overflow:  hidden; box-sizing: border-box; -moz-box-sizing: border-box; }
#userStats .data h1 { color: #474747; line-height: 1.6em; text-shadow: 0px 1px 1px #fff; }
#userStats .data h3 { color: #666; line-height: 0.9em; margin-bottom: 5px; }
#userStats .data h4 { font-size: 1.2em; line-height: 1.3em; }

#userStats .data .socialMediaLinks { position: absolute; right: 6px; top: 8px; }
#userStats .data .socialMediaLinks a img { margin-right: 5px; }

#userStats .data .sep { clear: both; width: 320px; height: 1px; border-bottom: 1px solid #ccc; margin-bottom: 7px; }

#userStats .data ul.numbers { list-style: none; width: 320px; margin-top: 0; color: #676767; }
#userStats .data ul.numbers li { width: 95px; float: left; display: block; padding-left: 8px; height: 50px; border-right: 1px dotted #bbb; text-transform: uppercase; }
#userStats .data ul.numbers li strong { color: #434343; display: block; font-size: 3.4em; line-height: 1.1em; font-weight: bold; }


.text-outline {
    color: white;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.nav-header {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-transform: uppercase;
}

.carousel-caption {
    background-color: rgba(128, 128, 128, 0.5);
    left: 0px;
    top: -30px;
    width: 680px;
    height: 130px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

/*typeahead*/

.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    color: #999
}

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

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

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

.tt-suggestion p {
    margin: 0;
}

#developers .tt-dropdown-menu {
  max-height: 310px;
  overflow-y: auto;
}
/*typeahead END*/

body {
    padding-top: 110px;
    padding-bottom: 20px;
}

body p {
    font-size: 16px;
}

.popover {
    max-width: 300px;
    max-height: 350px;
    overflow: hidden;

    height: 350px;
    width: 300px;


    text-overflow: ellipsis;
    {# width: auto; #}
}

.tooltip-inner {
/*    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;*/
}

  @media (max-width: 980px) {
    /* Enable use of floated navbar text */
    .navbar-text.pull-right {
      float: none;
      padding-left: 5px;
      padding-right: 5px;
    }
  }
