.spo-table-body
{
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.spo-table-body h3 
{
    margin: 10px;
}

.spo-pull-right
{
    float: right;
}

.spo-table-body table
{
        display: table;
        width: 100%;
        max-width: 100%;
        margin-bottom: 22px;
        text-align: left;
        border-color: grey;
        background-color: transparent;
        border-collapse: collapse;
        border-spacing: 0;
        border: none;
}

.spo-table-body table, .spo-table-body th, .spo-table-body td
{
    border: none;
}

.spo-table-body table th
{
    font-weight: bold;
}
.spo-table-body table th, .spo-table-body table td
{
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.spo-table-body > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.spo-table-body button
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.spo-table-body .btn-default
{
    color: #636b6f;
    background-color: #fff;
    border-color: #ccc;
}
.spo-table-body .btn-default.btn-selected
{
    color: #636b6f;
    background-color: #e6e5e5;
    border-color: #ccc;
}
.spo-table-body .btn-default:hover {
    color: #636b6f;
    background-color: #e6e5e5;
    border-color: #adadad;
}
.spo-table-body .btn-success
{
    color: #fff;
    background-color: #2ab27b;
    border-color: #259d6d;
}
.spo-table-body .btn-success:hover
{
    color: #fff;
    background-color: #20895e;
    border-color: #196c4b;
}

.spo-login
{
    max-width: 400px;
    width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.spo-login h3
{
    text-align: center;
}
.spo-login input
{
    background-color: #FFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box;
    width: 100%;
}

.spo-login button
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;

    
}

.spo-login button:hover
{
     color: #636b6f;
    background-color: #e6e5e5;
    border-color: #adadad;
}