option 
{
    color: rgba(40,40,40,0.7);
    background-color:white;
}
.feedback
{
    display:inline-block;
    width:100%;
    border-bottom: 1px solid #ff4b39;
	line-height: 35px;
    padding-bottom:20px;

}
.firstBlock
{
    float:left;
    width:400px
}
.firstBlock p
{
    margin:0
}
.secondBlock
{
    width:500px;
    display: inline-block;
}

#joinTeamSection{
	margin-top: 25px;
	background: #dfdfe4;
}

#joinTeamContainer{
	padding: 50px 0 50px 0;
}

#joinTeamForm{
	position: relative;
}

#joinTeamForm input, #joinTeamForm button, #joinTeamForm textarea, #joinTeamForm select{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 1px solid #a8a8a8;
	border-radius: 10px;
}

#joinTeamForm input:focus,  #joinTeamForm textarea:focus, #joinTeamForm select:focus {
	outline: none;
	border: 1px solid #01a2a6;
}

#joinTeamForm input{
    float:left;
	display: block;
	width: 500px;
	line-height: 35px;
	padding-left: 10px;
	margin-bottom: 15px;
	margin-right: 15px;
}
#joinTeamForm  select{
    font-size: 14px;
    height: 40px;
    line-height: 35px;
    padding-left: 10px;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 35%;
	float: right;
}
select:invalid { color: gray; }
#joinTeamForm textarea{
	padding: 10px;
	display: block;
	width: calc(100% - 36px);
	height: 114px;
	right: 0;
	top: 0;
}



#joinTeamForm button {
    display: block;
	margin-top: 15px;
    color: white;
    padding: 12px 20px 14px 20px; 
	background-color: #ff4935;
    /* font-weight: 600; */
	cursor: pointer;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	/* line-height: 30px;
	height: 35px; */
	border: none;
}

#joinTeamForm button:hover {
	background-color: #df2915;
}

#operatorFace {
	width: 30%;
	float: left;
	overflow: hidden;
}

#formControls{
	width: 70%;
	overflow: hidden;
	padding-bottom: 10px;
}

.firstBlock .date{
	background: #01a2a6;
	color: white;
	display: inline-block;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.firstBlock .sbold{
	margin-top: 30px;
	line-height: 20px;
}

.firstBlock{
	line-height: 20px;
}

.secondBlock{
	margin-top: 30px;
}

.moarFeedbacks{
	margin-top: 20px;
	text-align: right;
	height: 200px;
}

.moarFeedbacks a{
	color: rgba(40,40,40,0.7);
	text-decoration: none;
}