@media all and (max-width: 40em) {
	.teamdetails-grid .ui-block-a,
	.teamdetails-grid .ui-block-b {
		width: 100%; 
		float:none;
	}
}

.teamdetails-teamname {
	font-size: 1.1em;
	text-align: center;
	padding: .2em;
	margin: 0px 0px .4em 0px;
	border-bottom: 2px solid #888888;
	background-color: lightblue;
}

.teamdetails-grid h3 {
	margin: .2em .5em .2em .5em;
	font-size: 1em;
	padding-bottom: .2em;
	border-bottom: 1px solid #dddddd;
}

.teamdetails-grid p {
	margin: .5em 1em .5em 1em;
	font-size: .9em;
}

.teamdetails-grid .ui-block-a,
.teamdetails-grid .ui-block-b {
	margin-bottom: 1.3em;
}

.teamdetailpanelfavcheck .ui-checkbox {
	margin: 0px;
	padding: 0px;
}

.teamdetailpanelfavcheck label {
	padding: 0px 0px 0px 30px;
	background: none !important;
	border: none;
}

.teamdetailpanelfavcheck input {
	visibility: hidden;
}

.teamdetailpanelfavcheck .ui-btn-icon-left:after {
	left: 0px;
}