html, body { 
    height: 100%; 
}


a:hover {
    text-decoration: none;
} 


a:focus {
    outline: none;
    text-decoration: none;
}


.wrapper { 
    min-height: 100%; 
    height: auto !important;
    margin: 0 auto -120px;
}


.footer, .push {
    min-height: 60px;
    margin-top: 60px;
}


.footer {
    padding-top: 20px;
    padding-bottom: 8px;
    background-color: #EEEEEE;
    border-top: solid 1px #E7E7E7;
}

/******************************************************/

.btn-submit {
    float: right;
    min-width: 80px;
}

/******************************************************/

.stack-listing-mini {
    height: 360px; 
}

.stack-listing-mini ul {
    height: 306px;
    overflow:auto;
    white-space: nowrap;
}

.highlight {
    background-color: #dddddd;
}

.highlight .highlight {
    background-color: #eeeeee;
}

.dist-name {
    font-weight: 700;
    margin-right: 8px;
}

.stack-listing {
    cursor: pointer;
}

.stack-listing li li {
    padding-left:20px;
}

/******************************************************/

.sp-tabnav {
    margin-bottom: 20px;
}

.sp-tabnav-right {
    float: right;
    margin-top: -38px;
}

/******************************************************/

img.gravatar {
    max-width: 100%;
}

/******************************************************/

.vcard .name, .login {
    text-overflow: ellipsis;
    overflow: hidden;
}

/******************************************************/

.autocomplete-suggestions { 
    border: 1px solid #999; 
    background: white; 
    overflow: auto; 
}

.autocomplete-suggestion { 
    padding: 2px 5px; 
    white-space: nowrap; 
    overflow: hidden; 
}

.autocomplete-selected { 
    background: #F0F0F0; 
}

.autocomplete-suggestions strong { 
    font-weight: normal; 
    color: #3399FF; 
}

/******************************************************/

.spinner {
    height: 120px;
    width: 120px;
    margin: auto auto;
    background-image: url('/img/spinner.gif');
    background-size:120px 120px;
    background-repeat:no-repeat;
}

.stack-listing-mini .spinner {
    height: 60px;
    width: 60px;
    background-size:60px 60px;
}

.stack-listing .spinner {
    margin-top: 240px;
    margin-bottom: 240px;
}

.modal .spinner {
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    display: inline-block;
}

/******************************************************/

.sp-code-block {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    overflow: auto;
    max-height: 350px;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre;
}

/******************************************************/

.service-plans .well {
    height: 280px;
}

.service-plans ul {
    padding-left: 12px;
}

.service-plans .price {
    font-weight: 700;
    margin-top: 30px;
    text-align: right;
}

.service-plans .price .amount {
    font-size: 32px;
}

.service-plans .price .unit {
    font-size: 16px;
}

/******************************************************/

.screenshot {
    max-width: 640px;
    width: 100%;
}

/******************************************************/

.breadcrumb {
    background-color: white; 
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    padding-left: 0;
}

.breadcrumb > li + li:before {
    content: "/";
    padding: 0;  /* Bootstrap is too wide */
}

/* Bootstrap fixes **********************************/

/* The usual width is 1% (which seems weird to me) but 
this causes the input field to become the full width of
the container on Webkit.  Setting the width to zero 
seems to fix it.  I think this is an incident of this 
bug: https://github.com/twbs/bootstrap/issues/10294 */

.navbar-form .input-group-addon {
    width: 0;
}
