.center {
    margin-left: auto;
    margin-right: auto;
}

.action {
    cursor: pointer;
}

.error {
    color: red;
}

.info {
    color: green;
}

#title {
    letter-spacing: 3px;
    color: #8CBBFF;
    font-size: 24px;
    height: 60px;
}

#navigation {
    border-bottom: 1px dotted #ccc;
    text-align: left;
    padding-bottom: 10px;
}

#navigation a {
    color: #2E6E9E;
    font-size: 14px;
    margin-left: 15px;
    text-decoration: none;
}

#navigation a.active {
    font-weight: bold;
}

#body {
    padding: 20px;
    width: 90%;
}

#content {
    height: 400px;
    width: 100%;
}

.pagination {
    height: 80px;
    float: right;
}

#auto-refresh {
    float: left;
    margin: 27px 18px;
}

#search-by-name {
    float: left;
    margin: 27px 18px;
}

#refresh-error {
    float: left;
    margin: 27px 18px;
}

#table-header {
    height: 37px;
    border-bottom: 1px solid grey;
}

#dashboard-table {
    border: 1px solid #ccc;
    float: left;
}

#dashboard-table .session-id {
    width: 90px;
}

#dashboard-table .date {
    width: 112px;
}

#dashboard-table .action {
    width: 20px;
}

#dashboard-table .listing-count {
    width: 110px;
}

#dashboard-table .listing-imported {
    width: 125px;
}

#dashboard-table .state {
    width: 20px;
}

#dashboard-table .details {
    min-width: 200px;
}

#configuration {
    padding: 50px 15px;
}

#configuration-form {
    width: 530px;
    float: left;
}

#configuration-message {
    display: block;
    padding-top: 3px;
}

#login-form {
    width: 250px;
    margin-top: 20px;
}

#login-form form {
    width: 280px;
}

#login-form table {
    border-spacing: 12px;
    border-collapse: separate;
}

#login-form .login-label {
    color: #777;
    font-size: 100%;
    text-align: right;
}

#login-form .login-input {
    border-radius: 5px;
}