

.admin-all {
    width: 100%;
}
.admin-all .section {
    color: #959594;
    border-bottom: 1px solid #ccc;
    padding: 20px 0 2px;
    font-size: 1.0em;
    font-weight: bold;
}
.admin-all .first {
    padding: 0 0 2px;
}
.admin {
    margin: 7px 0 10px;
}
.admin .image {
    width: 40px;
    float: left;
}
.admin .title {
    color: #555;
    font-weight: bold;
}
.admin .title a {
    font-weight: bold;
    text-decoration: none;
}
.admin .title a:hover {
    text-decoration: underline;
}
.admin .text {
    color: #555;
    line-height: 1.5em;
    margin: 2px 0 0 0;
}
.admin .disabled {
    color: #ccc;
}
