h2.form-signin-heading{
    border-radius: 5px;
	font-size: 1.5em;
	padding:5px;
	margin-bottom: 10px;
	border: 0px solid white;
	color: white;
}

h3.routineSubHeader{
	font-size: 1.2em;
	color: white;
	padding:5px;
	margin-bottom: 10px;
	border: 0px solid white;
    border-radius: 5px;
}

.routine-achieve, .routine-shots{
	font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid white;
    border-bottom: 0px solid white;
    padding: 15px;
}

label.shotLabel{
font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rangeImageHere{
	min-height:50px;
}

.form-group{
	border: 1px solid white;
	
    border-radius: 5px;
	padding:5px;
}


form.range-record input {
    width: 50px;
    height: 50px;
    float: left;
}


label.label_list {
    float: right;
    width: 85%;
    font-size: 1.2em;
    margin-bottom: 50px;
    /* border-bottom: 1px; */
}