/* line 8, ../scss/screen.scss */
a {
  text-decoration: none; }

/* line 9, ../scss/screen.scss */
.scene {
  width: 445px;
  height: 445px;
  overflow: hidden; }

/* line 14, ../scss/screen.scss */
.start.btn {
  width: 174px;
  position: absolute;
  left: 0;
  margin: 10px 0 0; }

/* line 20, ../scss/screen.scss */
.bullet, .radial_div_item {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #c8c8c8;
  background: #fafafa; }

/* line 27, ../scss/screen.scss */
.full {
  background: #505050; }

/* line 30, ../scss/screen.scss */
.shoot {
  float: left;
  display: none; }

/* line 31, ../scss/screen.scss */
.roll {
  float: right;
  display: none; }

/* line 32, ../scss/screen.scss */
.controls {
  float: left;
  position: absolute;
  width: 200px;
  margin: 190.5px 122.5px; }

/* line 38, ../scss/screen.scss */
.message-area {
  position: absolute;
  top: 50px;
  width: 200px; }

/* line 43, ../scss/screen.scss */
#radial_container {
  position: absolute;
  left: 0;
  top: -10px;
  text-align: center; }

/* line 49, ../scss/screen.scss */
input {
  width: 186px;
  margin: 0 0 4px !important; }
