/* Add padding for bottom menu bar */

@media (min-width: 787px) {
  body {
	padding-bottom: 60px;  
  }
}

.navbar-fixed-bottom {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

/* Shrink padding around icon to keep navbar small: site_base */
.navbar .brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .brand img {
    width: 131px;
    height: 40px;
}

/* Footer icons */

.footer-icon {
    float: right;
    height: 30px;
    width: 30px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

/* Style for link-like buttons */
input[type="submit"].link-button {
    border: none;
    background: none;
    color: #0088CC;
    cursor: pointer;
    display: inline;
    margin: 0px;
    padding: 0px;
}

section {
    padding-top: 30px;
}

/* Fix anchor scrolling: search */
section.scroll-fix {
    padding-top: 60px;
    margin-top: -60px;
    padding-bottom: 60px;
    margin-bottom: -60px;
}

section.scroll-fix h1 {
    margin-top: 0px;
}

/* Center profile pic within well */
div.profile-pic {
    text-align: center;
}

/* Space roster thumbnails out: user_detail */
ul.thumbnails {
    margin-left: -5px;
}

ul.thumbnails > li {
    margin-left: 5px;
}

.btn-full-width {
    width: 100%;
    text-align: left;
}

/* Add a little space above the follow button */
.profile-button {
    float: left;
    margin-right: 10px;
}

.profile-buttons {
    margin-top: 10px;
}

.profile-line {
    display: block;
}

/*
 *  State rules
 */

/* Fix navbar to the side: search */
@media (max-width: 767px) {
    .affix {
        position: relative;
        width: auto;
    }
}