.container {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 550px;
}

.login {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    text-align: center;
}

.error {
    padding: 8px;
}

.nav {
    margin-bottom: 15px;
}

.nav .badge {
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    padding: 0;
    font-weight: normal;
    background-color: #ce4844;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 2;
}

.table tr > td:first-child, .table tr > th:first-child {
    padding-left: 15px;
}

.table tr > td:last-child, .table tr > th:last-child {
    padding-right: 15px;
}

.table td a, table td a:hover {
    text-decoration: none;
}

.table td a.edit, .table td a.delete {
    color: #999;
}

.table td a.edit:hover {
    color: #337ab7;
}

.table td a.delete:hover {
    color: #ce4844;
}

.names td {
    text-transform: capitalize;
}

/*
.add_name {
    cursor: pointer;
}
*/

.editable {
    display: inline-block;
    min-width: 75px;
    cursor: pointer;
    color: #337ab7; 
}

.editable input[name="value"] {
    /* max-width: 50% !important; */
    max-height: 28px;
    color: #333;
}

.editable .glyphicon {
    margin-left: 8px;
    cursor: pointer;
    color: #999;
}

.editable .add_name {
    color: #ce4844;
}

.editable .glyphicon:hover {
    color: #337ab7;
}

.alphabet {
    margin-bottom: 5px;
}

.alphabet + .alphabet {
    margin-bottom: 15px;
}

.alphabet a {
    text-transform: lowercase;
    margin-right: 2px;
    padding: 0;
    width: 18px;
}