#kurzovylistok .c2,#kurzovylistok .c3{
 text-align:right;
}
#kurzovylistok thead, #kurzovylistok thead .c2, #kurzovylistok thead .c3{
 text-align:center;
}

#kurzovylistok thead .c1{
 text-align:left;
}

#kurzovylistok .c1{
width:190px;
}
#kurzovylistok .c2{
min-width:80px;
}
#kurzovylistok .c3{
min-width:80px;
}
#kurzovylistok .c4{
width:80px;
text-align:center;
}

#kurzovylistok{
 border: 1px solid navy;
 background: white;
}
#kurzovylistok thead{
 background: #eeeeee;
}

.red{
 color:red;
}
.blue{
 color:blue;
}
.gray{
 color:gray;
} 
.green{
 color:green;
}