.container {
    margin-bottom: 20px;
    max-width: 500px;
    padding-right: 30px;
    padding-left: 30px;
}

.ParticipantBtn {
    background-color: #fff;
    border: 1px solid rgba(144, 144, 144, 0.80);
    font-weight: 400;
	background-color: #fff;
    border: 1px solid rgba(144, 144, 144, 0.80);
    font-weight: 400;
	border-radius: 4px;
}

#sendFormBtn {
    background-color: #43a047;
    color: #fff!important;
    border: solid 1px #43a047;
    min-width: 120px;
    min-height: 43px;
    line-height: 43px;
    padding: 0 25px;
    font-size: 14px!important;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-shadow: none;
    font-weight: 600;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px!important;
	border-radius: 4px;
}

@media (min-width: 768px) {
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
	width: 100%;
}

.col-sm-8 {
    width: 100%;
}
.col-sm-4 {
    width: 100%;
}
.col-sm-offset-4 {
    margin-left: 24.333333%;
}
}