html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.tac {
    text-align: center;
}


.shoot {
    cursor:pointer;
}

img.shoot {
    position: absolute;
    width: 24px;
    height: 24px;
}

.selected_shoot {
    border: 5px solid red;
}
