/* line 1, C:/Users/Public/Workspace/CodeAvengers2/CodeAvengers/wwwroot/less/app.less */
body {
  margin: 4px;
}
/* line 5, C:/Users/Public/Workspace/CodeAvengers2/CodeAvengers/wwwroot/less/app.less */
table {
  text-align: center;
  border-collapse: collapse;
  background-color: black;
}
/* line 11, C:/Users/Public/Workspace/CodeAvengers2/CodeAvengers/wwwroot/less/app.less */
td {
  border: 1px solid gray;
  position: relative;
  width: 100px;
  height: 100px;
}
/* line 18, C:/Users/Public/Workspace/CodeAvengers2/CodeAvengers/wwwroot/less/app.less */
td .content {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*These defaults are overridden by a dynamic stylesheet created in setSize method*/
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid gray;
  background-color: white;
  font-family: sans-serif;
}
/* line 36, C:/Users/Public/Workspace/CodeAvengers2/CodeAvengers/wwwroot/less/app.less */
td .label {
  color: white;
  position: absolute;
  font-family: sans-serif;
  margin: -5px;
}
/*# sourceMappingURL=app.css.map */