.currentCrops {
	background-image: url('../images/cropList_background.png');
}

.seasonWrapper {
    width: 50%;
    float: left;
}
.seasonWrapper h3 {
    text-align: center;
}

.seasonWrapper ul {
    margin-left: 25%;
}

.comingWrapper {
    width: 49%;
    float: right;
}

.comingWrapper ul {
    margin-left: 25%;
}

.comingWrapper h3 {
    text-align: center;
}

.allCrops {
    border-top: solid black 1px;
}

.cropsTable {
    border-collapse: collapse;
    width: 100%;
}
.cropsTable td {
    border: solid black 1px;
    text-align: center;
    width: 50%;
}
