#inputs-table td {
    vertical-align: top;
}

#domain-table td {
    vertical-align: middle;
}

#signup-table td {
    vertical-align: middle;
}

.form-controls-demo > * {
    margin-bottom: 15px;
}

.radio, .checkbox, .radio+.radio, .checkbox+.checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 a {
    border-bottom: 1px dotted; 
}

.header-button {
    text-align: right;   
}

.org-button-list
{
    padding-left: 0;
}

.org-button-list li
{
    list-style-type: none;
    display:inline;
}

.org-button-list a
{
    width: 19%;
}

.small-photo
{
    width:25px; 
    height:25px; 
    border-radius: 25px;
}

.large-photo
{
    width:60px; 
    height:60px; 
    border-radius: 60px;
}

.user-header
{
    display: block; 
    height: 80px; 
    background-color: #fafafa; 
    padding: 10px;
    margin-bottom: 10px;
}

.user-photo-container
{
    float: left; 
    padding-right: 30px;
}

.user-details
{
    padding-top: 5px;
}

.user-fullname
{
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    padding-right: 10px;
}

.user-email
{
    display: block;
}

.download-list
{
    list-style-type: none;
}

.well-spaced p
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.well-spaced ul
{
        padding-top: 10px;
        padding-bottom: 10px;
}