﻿#auth-section {
    margin-top: 20px;
}

#auth-section fieldset {
    float: left;
    width: 30%;
    height: 100px;
    border: 1px dotted #999;
    padding: 10px;
    display: block;
    margin-right: 1%;
}

#auth-section #auth-overview {
    padding: 10px;
    margin: 10px 0;
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#auth-section #auth-overview p {
    margin: 2px 0;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 500;
}

#auth-section #auth-overview em {
    font-style: italic;
}

#auth-example pre {
    font-weight: 400;
    font-family: monospace;
    white-space: pre;
    word-wrap: normal;
    font-size: 13px;
    line-height: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Paging badge styling */
.paging-badge {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #49cc90;
    border-radius: 3px;
    vertical-align: middle;
    cursor: help;
}

.paging-badge:hover {
    background-color: #3da876;
}