r {
    color: #ff7a00;
}

quote {
    color: #808080;
    font-family: "Georgia", "Garamond", serif;
    font-style: italic;
}

.action-colour {
    color: #3e3b3a;
}

.white-colour {
    color: #ffffff;
}

.action-colour:hover {
    color: #ffffff;
}

.clickable {
  cursor: pointer;
  text-decoration: none;
}

.no-drop {
  cursor: no-drop;
}

#back, #undo {
  cursor: pointer;
  text-decoration: none;
}

.changeTeamName:hover {
    color: yellow; /* highlights editable nature */
}

/* scorebox */
#score-div {
    position: relative;
    top: 0; /* Keeps it at the top of the page */
    margin-top: 10px; /* Removes any default margin */
    text-align: center;
}

#team-navigation-container {
  margin-bottom: 1px;
}

.team-navigation {
  margin-bottom: 15px;
  font-size: 18px;
  color: #646464;
}

.team-navigation span {
  color: #646464;
}
.team-navigation .active-team {
  text-decoration: underline;
  color: yellow;
  font-weight: bold;
  transform: scale(1.02);
}

@media (max-width: 768px) {
    .team-navigation {
        margin-bottom: 15px;
        font-size: 10px;
        color: #646464;
    }
    
    .q_spin {
        display: none;
    }
}
