.joinOurTeam{
    padding-bottom: 80px;
}

.joinOurTeam .desc{
    padding-bottom: 50px;
}

.joinOurTeam .futureOpp{
    padding-top: 50px;
}

.joinOurTeam table tr{
	border-bottom: 1px solid #e8e8e8;
}

.joinOurTeam table td{
	padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.joinOurTeam table td input{
	background-color: #d50032;
    color: #fff;
    border: 2px solid;
    border-radius: 8px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.joinOurTeam .applyButton{
    text-align: right;
}

.joinOurTeam h4{
    color: #d50032;
}

.joinOurTeam .futureOppLink{
    margin: auto;
    text-align: center;
}

.joinOurTeam .link{
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #d50032;
    color: #fff;
}

.joinOurTeam a:hover {
  	background-color: #d50032;
    color: #fff;
}

