﻿

#spares {
    color: #ffffff;
}

#batteries {
    color: rgba(255,255,255,0.4);
}

#twine {
    color: rgba(255,255,255,0.4);
}

#spares:hover {
    cursor: pointer;
}

#batteries:hover {
    cursor: pointer;
}

#twine:hover {
    cursor: pointer;
}

