.centeredContent{
    width:740px;
}
#informationContainer{
    width:100%;
    padding-bottom:50px;
}
.inputsContainer{
    position:relative;   
    float:left;
    width:360px;
    height:auto; 
    margin-right:10px;
    font-size:18px;   
    overflow:hidden;
}

.inputsTitle{
    float:left;
    right:0px;
    width:252px;
    height:26px;
    font-size:18px;
    text-align: left; 
    color:#4DAE48;
    margin-bottom:10px;
}


.inputContainer{
    float: left;
    width: 100%;
    height: auto;
}

.withMargin{
    margin-bottom:10px;
}

.fieldName{
    float:left;
    width:213px;
    height:100%;
    color:#27465F;
    text-align: left;
    font-size:17px;
    margin-right:10px;
    line-height: 26px;
    font-weight:200;
}

.input{
    float: left;
    width: 330px;
    height: 30px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-weight: 200;
}

#tournament_id{
    position: relative;
    float: left;
    height: 40px;
    width: 330px;
    background-color: #5cba62;
    color: white;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/files/selectArrow.png');
    background-size: 10px;
    background-position: 98% 52%;
    background-repeat: no-repeat;
    padding-left:15px;
}


#absolutePlayer{
    position:absolute;
    top:20px;
    left:0px;
}

#suscribeContainer{
	position: relative;
	width: 100%;
	height: 45px;
	margin-top: 45px;
}

#stage1{
   position:absolute;
   top:10px;
   left:0px;
}

#arrow1{
    position:absolute;
    top:-5px;
    left:0px;
}

#stage2{
   position:absolute;
   top:0px;
   left:170px;
}

#arrow2{
    position:absolute;
    top:52px;
    left:320px;
}

#stage3{
   position:absolute;
   top:0px;
   left:495px;
}

.ceroOpacity{
    opacity:0;
    filter:alpha(opacity=0);
}

#phoneNumber{
	position: absolute;
	font-size: 21px;
	left: 37px;
	top: 585px;
}

#submitBtn{
    position: relative;
    float: left;
    height: 40px;
    width: 100px;
    line-height: 40px;
    font-size: 14px;
    margin-left: 15px;
    text-align: center;
    color: white;
    border-radius: 5px;
    cursor:pointer;
}

#stepsContainer{
    position:relative;
    width:100%;
    height:257px;
    overflow:hidden;
    padding-bottom:20px;
}

#stepsWrapper{
    position: relative;
    margin: 60px auto;
    height: 150px;
    width: 785px;
}

b{
    font-weight:400;
}
#tournamentDiv{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
}
#tournamentDivCentered{
    position:relative;
    width:467px;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
#infoContainer{
    position: relative;
    width: 99%;
    border: 1px solid #727276;
    border-radius: 5px;
    margin-top: 15px;
    padding-bottom:35px;
}
#infoTitle{
    position: relative;
    float: none;
    margin-top: 35px;
    margin-left: 35px;
    color: #88868b;
}
.infoField{
    position: relative;
    margin-left: 35px;
    margin-bottom: 5px;
    color: #727276;
    font-size:14px;
}
@media screen and (max-width:768px){
    .centeredContent{
        width:90%;
    }
    #tournamentDivCentered, #tournament_id{
        width:100%;
        float:none;
    }
    #submitBtn{
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }
    #infoContainer{
        margin-bottom:40px;
    }
    #stepsContainer{
        height:20px;
    }
}