.attack {
    float: left;
}

.buttons {
    float: left;
    padding-left: 50px;
    text-align: left;
}

.shipButton {
    width: 100px;
    box-shadow: 2px 2px;
}

.defend {
    overflow: hidden; 
    padding-left: 50px;
}

.cell {
    fill: #0094ff;
    stroke: #444;
    cursor: pointer;
}

.cell:hover {
    fill: #dd6c6c;
}

.cell.hit {
    fill: #00ff21;
}

.cell.miss {
    fill: #ff0000;
}

.cell.ship {
    fill: #444;
}

.cell.hit:hover {
    fill: #c5fdcc;
    cursor: auto;
}

.cell.miss:hover {
    fill: #ff9696;
    cursor: auto;
}

/*# sourceMappingURL=style.css.map */