

/********************************************/
/*											*/
/* tipps edit eigene 						*/
/*											*/
/********************************************/

.tipp-input {
    width: 32px;

    border: none;
    border-bottom: 1px solid #999;

    border-radius: 0;
    outline: none;

    background: transparent;

    text-align: center;
    font: inherit;

    padding: 2px 1px;
}


.tipp-input:focus {
    border-bottom: 2px solid #555;
    background-color: #f5f5f5;
}