option 
{
    color:black;
    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; */
	margin-left:3%;
}
.firstBlock p
{
    margin:0
}
.secondBlock
{
    /* width:1000px; */
	max-width:80%;
	margin-left:2%;
}

#joinTeamContainer {
    padding: 50px 0 50px 0;
}

#joinTeamForm{
	position: relative;
}

#joinTeamForm input, #joinTeamForm button, #joinTeamForm textarea{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border: 1px solid #a8a8a8;
}

#joinTeamForm input:focus,  #joinTeamForm textarea:focus{
	outline: none;
	border: 1px solid #01a2a6;
}

#joinTeamForm input{
    float:left;
	display: block;
	margin: 15px 0;
	width: 500px;
	max-width:90%;
	line-height: 28px;
	padding-left: 5px;
}
#joinTeamForm  select{
    font-size: 14px;
    height: 32px;
	max-width:90%;
    margin: 15px 0;
    line-height: 28px;
    padding-left: 5px;
}

#joinTeamForm textarea{
	padding: 5px;
	width: 497px;
	max-width:90%;
	height: 114px;
	right: 0;
	top: 0;
}
/* select:invalid { color: gray; } */


#joinTeamForm button {
    display: block;
	margin-top: 15px;
    color: white;
    padding: 10px 10px 10px 10px;
    background-color: #01a2a6;
    font-weight: 600;
	cursor: pointer;
}

#joinTeamForm button:hover {
	background-color: #018286;
}
.container {
    width: 90%;
    margin: 0 auto;
position: relative;	
}
#page-title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ff4b39;
    line-height: 35px;
    margin: 30px 20px;}
#operatorFace {
    width: 30%;
    float: left;
    overflow: hidden;
}
#joinTeamSection {
    margin-top: 25px;
    background: #dfdfe4;
}
@media screen and (max-device-width: 400px) and (orientation: portrait)
{.content {
width: 180px;}}
@media screen and (max-device-width: 600px)  and (min-device-width: 400px) and (orientation: portrait)
{.content {
width: 240px;}}