.item {
    border: 1px solid lightgrey;
    border-radius: 0;
}

.item-content {
    font-size: xx-large;
    margin: 0;
}

.padding {
    padding: 15px;
}

.common-button {
    color: #06c;
    background: #e6f2ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    width: 100%;
}

.common-button:hover {
    color: #e6f2ff;
    background: #06c;
}

.common-button:focus {
    color: #e6f2ff;
    background: #06c;
}

/* Neuer Eintrag */
.common-button:active {
    position: relative;
    top: 1px;
}
