@media (min-width:641px) {

	h1, .h1 {
		font-size: 30px;
		font-weight: 500;
	}

	h3 {
		font-size: 20px;
		font-weight: 500;
	}

	h1, h2, h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#page-container #team-logo {
		width: 450px;
                height: 67px;
	}

	/* General adepts */
	.page-header {
		margin-top: 20px;
	}

	.thin-page {
		max-width: 641px;
	}

	.page-header .adept-name-header {
		float: left;
		margin-top: 60px;
		margin-left: 20px;
	}

	.page-header .adept-header {
		float: right;
	}

	.page-header .adept-page-title {
		float: left;
		text-align: left;
	}


	/* Feedback */
	.thumbs {
		width: 250px;
	}

	.thumb-button {
		font-size: 96px;
	}

	/* Schedules */


	#page-container .schedule-section .row-contents {
		height: 50px;
	}

	#page-container .schedule-section .schedule-block {
		font-size: 14px;
	}

	#page-container .schedule-section .schedule-block {
		border-radius: 8px;
		height: 45px;
		padding-top: 3px;
		padding-left: 4px;
		font-size: 14px;
		font-weight: bold;

	}

	#page-container .schedule-section .schedule-block .block-info .block-description {
		font-weight: normal;
	}

	/* Block detail page */
	.content-section .pass-content {
		float: left;
		width: 50%;
		border-bottom: none;
		padding-bottom: none;
    margin-right: 10px;
	}


	.content-section .zones {
		float: right;
		width: 50%;
    margin-right: -10px;
	}


	.comment-section .post-comment {
     	height: 88px;
     }

  /* Day Schedule Page */

  .day-content .pass-content h4 {
    margin-top: 18px;
  }

  .day-content .pass-content-container {
      margin-top: 5px;
  }


	/* Blocks */
	#page-container .schedule-section .schedule-block .sport-icon {
		margin-top: 3px;
		margin-left: 3px;
		margin-right: 0px;
	}


	.sport-icon {
		width: 32px;
		height: 32px;
	}

	.sport-icon.running {
		background: url('/images/icons/running32.png');
	}

        .sport-icon.swimming {
    	    background: url('/images/icons/swimming32.png');
        }

        .sport-icon.cycling {
    	    background: url('/images/icons/cycling32.png');
        }

        .sport-icon.strength {
    	    background: url('/images/icons/strength32.png');
        }


	/* Comments */
	.headshot {
		border: 1px solid black;
		border-radius: 7px;
		width: 100px;
	}
	.headshot.small {
		width: 50px;
	}
	.comment-section .comment {
		min-height: 102px;
	}

	/* Adept list */
	.adepts-container .adept-box {
		float: left;
		width: 200px;
	}

	.adepts-container .adept-box .adept-image {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.adepts-container .adept-box .adept-info {
		width: 100%;
		text-align: center;
		font-weight: bold;
		padding-top: 6px;
	}

	/* Page division/columns */

	.divider .left-column,
	.divider .right-column,

	.page-divider .left-column,
	.page-divider .right-column {
		float: left;
		width: 50%;
	}

	.divider .left-column {
		padding-right: 4px;
	}
	.divider .right-column {
		padding-left: 4px;
	}


	.page-divider .right-column {
		padding-left: 16px;
	}

	/* Block Template UI */
	.sources-container .tab-contents {
		width: 100%;
		border: 1px solid #ddd;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		padding-left: 10px;
	}

	.sources-container .tab-contents .tab-content-pane {
		display: none;
	}

	/* Notifications */
	.notification .type-icon {
		width: 60px;
		text-align: center;
		padding-top: 0px;
	}

	.notification .notification-message {
		font-size: 14px;
	}

	/* Tests */
	.test-type {
		padding: 16px;
		float: left;
		width: 360px;
	}

	#leave-results-box.ui-box {
		width: 355px;
		float: left;
	}

	#leave-results-box #result-date {
		float:left;
		width: 150px
	}

	#leave-results-box #result-input {
		margin-left: 10px;
		float:left;
		width: 150px
	}

	#leave-results-box #result-secondary {
		margin-left: 160px;
		margin-top: 10px;
		float:left;
		width: 150px;
	}

	#previous-results-box.ui-box {
		margin-left: 10px;
		width: 355px;
		float: left;
	}

        /* Adds vertical margins */
        .vertical-space {
            margin-top: 52px;
            margin-bottom: 52px;
        }


	/* Activation */

	#error-container {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	/* Responsive helpers */

	.mobile-only {
		display: none;
	}

	.tablet-plus {
		display: block;
	}


}
