@import url(http://fonts.googleapis.com/css?family=Exo+2:400,200,100,300,500,600,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,300,500,700,900&subset=latin,cyrillic-ext,cyrillic);
@import url('https://fonts.googleapis.com/css?family=Lobster:100,400,300,500,700,900&subset=latin,cyrillic-ext,cyrillic');
 body,
html {
    padding: 0px;
    margin: 0px;
    font-family: roboto;
    font-size: 10pt;
}
table {
    border-spacing: 0px 0px;
    text-align: center;
    float: left;
    width: auto;
}
td {
    border: 1px solid #f2f2f2;
    /*width:50px;*/
    padding: 0px;
    font-size: 10pt;
}
.row {
    float: left;
}
.cell {
    float: left;
}
#ind {
    position: fixed;
    top: 100px;
    left: 100px;
    float: none;
    width: 500px;
    height: 50px;
    text-align: left;
    font-size: 25pt;
    color: green;
    border: 1px solid #f2f2f2;
}
body {
    overflow: scroll;
}
#tr0,
.noselect {
    -webkit-user-select: none;
    /* user-select -- это нестандартное свойство */
    -moz-user-select: none;
    /* поэтому нужны префиксы */
    -ms-user-select: none;
}
.hidden {
    display: none;
}
.visible {
    display: block;
}
textarea {
    font-family: roboto;
    font-size: 10pt;
	overflow:hidden;
	resize: none;
	outline: none;
}