@charset "UTF-8";
.checked {
    color: orange;
}
ul { list-style: none; }
#recordingslist audio { display: block; margin-bottom: 10px; }
.button{
    height:200px;
    width:200px;
    margin-left:30px;
}
select {
    width: 300px; /* Ширина списка в пикселах */
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    /*padding: 8px;*/
    /*word-wrap: break-word;*/
    /* white-space: nowrap;*/
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;

}
#customers td.name {
    /* width:150px;*/
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
