.single-sc_projects .individual-core-skill header .core-skill-description p a {
	/*color: #FDF9C6;*/
/*	font-weight: bold;*/
}

.challenge-status input[type="button"],
input[type="submit"].challenge-submit {
 background: none repeat scroll 0 0 #57C09C;
    border-radius: 0 0 0 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
    margin-right: 0;
    padding: 20px 34px;
    text-transform: uppercase;
    text-decoration: none;
    font: 600 12px 'Open Sans';
    color: #505050;
    display: block;
    background: #C4E9E2;
    margin: 0;
    outline: 0;
}

#skill-resource-header .challenge-status input[type="button"],
#skill-resource-header input.challenge-submit[type="submit"] {
    margin-top: 0;
	margin-right:0;
    padding: 16px 34px 16px;
}

/*
.done-return {
    width:300px;
    float:right;
}

.return-link {
    clear: both;
    float: right;
    padding: 16px 0 0;
    text-align: center;
    width: 156px;
}

.return-link a {
    font-weight:normal;
    color:#9f9c9c;
    font-size:14px;
}*/


.individual-skill p {
    font-family: 'Montserrat',serif;
}

.individual-skill header {
    padding: 10px 20px;
}

.individual-skill header h2 {
    font-size: 24px;
}
.all-lessons-toggle {
    cursor: pointer;
    float: right;
    margin: 4px 0 25px 0;
    background-color: #e5e5e5;
    text-transform: uppercase;
    color: #737272;
    font-size: 12px;
    font-family: 'montserrat';
    min-width: 132px;
}
.all-lessons-toggle:hover {
    background-color: #F3F2F2;
}

.skill-resources, .skill-challenges {
    margin-top:30px;
}

.skill-stuff {
    border-top: 1px solid #E6E2E2;
    clear: both;
    margin-top: 0;
    overflow: auto;
    padding: 14px 0 14px 40px;
    position: relative;
}
.skill-stuff span.lesson-day {
	color: #b0b0b0;
	font-weight: normal;
}
.skill-stuff .skill-arrow {
    height: 20px;
    position: absolute;
    right: 13px;
    top: 18px;
    width: 20px;
	transition: all 800ms ease 0s;
  -webkit-transition: all 800ms ease 0s;
  -moz-transition: all 800ms ease 0s;
  -o-transition: all 800ms ease 0s;
}

.skill-stuff.active .skill-arrow {
	position:absolute;
	width:20px;
	height:20px;
	-moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
	transition: all 800ms ease 0s;
  -webkit-transition: all 800ms ease 0s;
  -moz-transition: all 800ms ease 0s;
  -o-transition: all 800ms ease 0s;
}

.skill-stuff:hover {
	cursor:pointer;
}

.skill-stuff h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

.skill-stuff h4 {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 2px;
	margin-right: 50px;
    text-transform: none;
}

.step-title a:hover {
	color:#4C9FB2;
}

.resources-list {
    margin-bottom: 30px;
    margin-top: 20px;
}

.skill-stuff li {
    border-bottom: 1px solid #E6E2E2;
    font-family: 'Montserrat',serif;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 0;
}


.resources-list p {
    color: #999999;
    font-family: 'open sans';
    font-size: 16px;
}

.skill-stuff.active .skill-lesson-content,
#skillcrush-class-Free .skill-stuff .skill-lesson-content {
	display:block;
  transition: all 800ms ease 0s;
  -webkit-transition: all 800ms ease 0s;
  -moz-transition: all 800ms ease 0s;
  -o-transition: all 800ms ease 0s;
}

.skill-stuff .skill-lesson-content {
	display:none;
  transition: all 800ms ease 0s;
  -webkit-transition: all 800ms ease 0s;
  -moz-transition: all 800ms ease 0s;
  -o-transition: all 800ms ease 0s;
}

.skill-stuff li img {
    margin-bottom:10px;
    border:1px solid #cccccc;
    width:262px;
}

.skill-stuff.active h4,
#skillcrush-class-Free .skill-stuff h4 {
	color:#3A3939;
  transition: all 800ms ease 0s;
  -webkit-transition: all 800ms ease 0s;
  -moz-transition: all 800ms ease 0s;
  -o-transition: all 800ms ease 0s;
 font-family: 'open sans';
}

.skill-stuff h4 {
	color:#adadad;
  transition: all 800ms ease 0s;
  -webkit-transition: all 800ms ease 0s;
  -moz-transition: all 800ms ease 0s;
  -o-transition: all 800ms ease 0s;
}

.skill-challenges li {
    width:100%;
    float:none;
    overflow:auto;
    margin-bottom:30px;
}

.skill-challenges .challenge-image,
.resource-image {
    float:left;
    margin-right:20px;
    width:390px;
}


/* Complete Challenge Styles */
.skill-stuff.active.challenge-completed h4 {
	color:#c8c8c8;

}
.challenge-completed .button {
	background:#d6d5d5;
}


.skill-resource .resource-image {
    margin-right:30px;
}

.individual-core-skill-header.individual-class-header .main {
	max-width:1140px;
}

.skill-challenge .challenge-image {
    float: left;
    width: 60px;
}

.resource-image {
    width:130px;
}

.lesson-button {
    float: left;
    margin-bottom: 20px;
}

.skill-challenge .challenge-info {
    float: left;
    max-width: 480px;
    width: 70%;
}

.challenge-info h5 {
    text-transform:uppercase;
    font-weight:bold;
    margin-top:5px;
}

.skill-info-text h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 40px;
}

.skill-info-text code {
	background: url("../img/backgrounds/code-lines.png") repeat scroll -44px 0 #F8F8F8;
	    border: 1px solid #DDDDDD;
	    color: #117700;
	    display: block;
	    font-family: monospace,sans-serif;
	    line-height: 33px;
	    padding: 0 20px;
	}

.skill-info-text ul, .skill-info-text ol {
	margin-bottom:20px;
}

.core-skill-description-image {
    float: left;
    margin-right: 6px;
}

.core-skill-description-text {
    float: left;
    margin-left: 10px;
    padding-top: 10px;
    width: 82%;
}

.challenge-image h5 a,
.class-lesson-challenge .challenge-image h5  {
 background: url("../img/core-skills/green-checkmark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #09CDA1;
    display: block;
    font-size: 14px;
    margin-right: 4px;
     height: 47px;
padding:0;
    text-transform: uppercase;
  text-indent: -10000px;
}

.lesson-button a {
 background: none repeat scroll 0 0 #f15959;
    color: white;
    display: block;
    margin-top: 0px;
    padding: 20px 10px 20px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 170px;
}

.Read.lesson-button a {
 background: url("../img/icons/icon-openbook.png") no-repeat scroll 33px 19px #f15959;
}

.Watch.lesson-button a {
    background: url("../img/icons/icon-clapboard.png") no-repeat scroll 28px 17px #f15959;
}

.Download.lesson-button a {
    background: url("../img/core-skills/download.png") no-repeat scroll 28px 19px #F15959;
}

.challenge-status.lesson-button a {
    background:#50c7a3;
    padding: 20px 20px 20px 20px;
}


/* Project Gallery */
#project-gallery {
    display:none;
}

/* Skill Resources */
.single-sc_skill_resources header.individual-core-skill-header {
	margin-top: 50px;
}
body.single-sc_skill_resources.logged-in, body.single-sc_skill_challenges.logged-in, body.single-challenges_users.logged-in {
	padding-left: 0px;
}

.single-sc_skill_resources .site-header,
.single-sc_skill_challenges .site-header {
    display:none;
}

.logged-in.single-sc_skill_resources #signed-in-navigation,
.logged-in.single-sc_skill_challenges #signed-in-navigation,
.logged-in.single-challenges_users #signed-in-navigation {
	display:none;
}

.individual-skill-resource .iframe-inner-wrap {
    border: 1px solid #bcbcbc;
    position: relative;
    z-index: 1;
}
.individual-skill-resource iframe {
    border: 1px solid #bcbcbc;
    display: block;
    margin: 0;
    min-height: 500px;
    padding: 0;
    width: 100%;
    max-width: none !important;
    max-height: none !important;
}
div#js-tab-footer iframe#run-js-iframe, div#js-snippet-footer iframe#run-js-iframe {
	display: none;
}

input#run-js-button {
    float: right;
    margin-top: 20px;
    background-color: #f1c92a;
}

#skill-resource-header {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

#skill-resource-header div,
#skill-resource-header ol li {
    float:left;
}

#skill-resource-header ol li {
    /*padding: 0 30px;*/
    border-left: 1px solid #F2F2F2;
}

#skill-resource-header ol li a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    text-transform: uppercase;
    text-decoration: none;
    font: 600 12px 'Open Sans', sans-serif;
    color: #505050;
    vertical-align: middle;
    padding: 16px 31px;
}


#skill-resource-header #prev-resource:before,
#skill-resource-header #next-resource:after {
    /*content: '';*/
    /*display: inline-block;*/
    /*margin-right: 5px;*/
    /*background: url(../img/global/editor-arrows.png) no-repeat 0 -15px;*/
    /*width: 6px;*/
    /*height: 11px;*/
    /*vertical-align: middle;*/
}
#skill-resource-header #next-resource:after {
    /*background-position: 100% -15px;*/
    /*margin: 0 0 0 5px;*/
}
#skill-resource-header #prev-resource a img {
    margin: 0 2px -1px 0;
}
#skill-resource-header #next-resource a img {
    margin: 0 0 -1px 2px;
}

#skill-resource-header ol li {
    display: inline-block;
    float: none;
    font-size: 20px;
    line-height: 26px;
    list-style: none outside none;
    margin: 0;
}

#skill-resource-header #resource-link {
    float: right;
    line-height: 16px;
    margin-right: 20px;
    max-width: 180px;
    padding-top: 17px;
}

#skill-resource-header nav {
    float:right;
}

#skill-resource-header a, #skill-resource-header h4 {
    color:white;
}

#back-link {
    /*padding: 0 30px;*/
    border: 1px solid #F2F2F2;
}

#back-link a {
    text-transform: uppercase;
    text-decoration: none;
    font: 600 12px/50px 'open sans', sans-serif;
    color: #f16059;
    padding: 16px 35px;
}

#back-link a:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    background: url(../img/global/editor-arrows.png) no-repeat 0 0;
    width: 5px;
    height: 8px;
}

#skill-resource-header h4 {
    margin: auto;
    text-align: center;
    padding: 0 30px;
    font: 600 12px/50px 'Open Sans';
    color: #505050;
}
#skill-resource-header h4 span {
    text-transform: initial;
}


#resource-link a {
    color:#b9b9b9;
    font-size:12px;
    text-transform:uppercase;
}

#resource-link {
    padding-top:14px;
    float:right;
}

#resource-link a {
    background: url("../img/icons/icon-link.png") no-repeat scroll 0 0 transparent;
    padding-left: 21px;
}

#resource-header-right, #resource-header-left {
    position:absolute;
}

#resource-header-right {
    min-width: 400px;
    right: 0;
    width: 40%;
}

#resource-header-left {
    left: 0;
}

/* Challenge Styles */
#skill-challenge-info {
    padding: 20px 0 40px;
}
.single-sc_skill_challenges header.individual-core-skill-header,
/*.single-challenges_users header.individual-core-skill-header*/ {
	margin-top: 50px;
}

.single-sc_skill_challenges #container, .single-sc_skill_resources #container, .single-challenges_users #container {
    padding-left: 0;
    padding-bottom: 0;
}

.single-sc_skill_challenges .main,
.single-challenges_users .main {
    position: relative;
}

.skill-challenge {
    width:800px;
    margin-left:144px;
}

.resources-list .skill-challenge {
    margin-left:0;
    width:auto;
}

.skill-info-text h2 {
    color:#6b6b6b;
    font-weight:bold;
    font-size:20px;
}

.skill-info-text .step-see-tags-browser p {
    font-size:20px;
    line-height:32px;
}

.challenge-form-container form {
    margin:40px 0 20px;
    overflow:auto;
}

.challenge-form-container form span#helper {
    color: #8A8A8A;
    font-size: 14px;
}

.challenge-form-container h4 {
    clear: both;
    color: #8A8A8A;
    margin-bottom: 30px;
    text-align: center;
}

.challenge-form-container h4 a {
    color:#0088CC;
}

.challenge-form-container input[type="url"], .challenge-form-container input[type="text"],
.challenge-form-container input[type="file"], .challenge-form-container input[type="button"] {
    border: 1px solid #DEDEDE;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #8A8A8A;
    float: left;
    font-family: montserrat;
    font-size: 16px;
    height: 62px;
    padding: 10px 20px;
    width: 634px;
}

.challenge-form-container input[type="file"] {
    height: 62px;
    padding:0;
    width: 600px;
}

.challenge-form-container input[type="submit"], .challenge-form-container input[type="button"] {
    background: none repeat scroll 0 0 #3A3939;
    border-radius: 0 0 0 0;
    border: none;
    box-shadow: none;
    float: left;
    height: 62px;
    margin-right:0;
    text-transform:uppercase;
    width: 166px;
    margin-left: 10px;
    color: white;
}
.challenge-form-container form .CodeMirror {
	background: url("../img/backgrounds/code-lines.png") repeat scroll -14px 0 #F8F8F8;
	border-radius: 0 0 2px 2px;
	line-height: 33px;
	padding-top: 0;
	width: 800px;
}
.challenge-form-container form .CodeMirror pre {
	padding: 0 4px 0 35px;
}
.challenge-form-container form .CodeMirror .CodeMirror-gutter {
    border-right: medium none;
    height: 100%;
    left: 0;
    min-width: 2em;
    position: absolute;
    top: 0;
    background:none;
    z-index: 10;
}

.challenge-form-container input[type="submit"].code-snippet-submit,
.challenge-form-container input[type="submit"].code-embed-submit {
    margin-top:20px;
    float:right;
}
.challenge-form-container input[type="submit"].code-snippet-submit:focus,
.challenge-form-container input[type="submit"].code-embed-submit:focus {
    outline: 0;
}

.code-snippet-header, .code-embed-header {
    background: none repeat scroll 0 0 #DDDEDF;
    border: 1px solid #BCBCBC;
    border-radius: 2px 2px 0 0;
    font-family: open sans;
    padding: 10px 0;
    text-align: center;
}

#code-preview-preview {
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    min-height: 374px;
    width: 712px;
}

#skill-challenge-info #tabs {
    float: left;
    margin-bottom: 20px;
    overflow: auto;
    width: 430px;
}

.challenge-form-container form#core-skills-challenge-code-preview .CodeMirror,
.challenge-form-container form#core-skills-challenge-code-preview-embed .CodeMirror {
    background: url("../img/backgrounds/code-lines.png") repeat scroll -14px 0 #F8F8F8;
    border-radius: 0 0 2px 2px;
    line-height: 32px;
    padding-top: 0;
    width: 430px;
    min-height: 374px;
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    border-left: 1px solid #979797;

}

.code-preview-iframe-header {
    background: url("../img/backgrounds/code-preview-header.png") no-repeat scroll 0 0 transparent;
    height: 52px;
    width: 712px;
}

#code-preview-iframe {
    float:left;
}

#skill-challenge-info #tabs ul {
    background:#dfe0e1;
    border:1px solid #979797;
    border-radius:3px 3px 0 0;
    overflow:auto;
	margin-bottom: 0;
}

#skill-challenge-info #tabs ul li a {
    color:#5f5e5e;
    text-align:center;
    width:100px;
    font-family:arial;
    font-size:14px;
    display:block;
    padding: 14px 20px;
}

#skill-challenge-info #tabs ul li {
    float:left;
    margin-bottom:0;
    border-right:1px solid #979797;
}

#skill-challenge-info #tabs ul li.active {
    background:#eeeeef;
}

.challenge-form-container #core-skills-challenge-code-preview input[type="submit"] {
    float:right;
    margin-top:0;
}

.challenge-form-container input[type="button"] {
    background: none repeat scroll 0 0 #57C09C;
    float: right;
    margin-top: 20px;
}

.challenge-link-submission input[type="submit"].lesson-button, .challenge-form-container.challenge-form-file input[type="submit"] {
    margin:0;
}

img.ajax-loader {
    margin: auto;
    display: none;
}
form#core-skills-challenge-code-snippet img.ajax-loader {
    margin-top: 35px;
}
div#challenge-submit-alerts, div#challenge-submit-errors, div#success {
    display: none;
}
div#challenge-submit-alerts .main img, div#challenge-submit-errors .main img, div#success .main img {
    float: none;
}
img#generating-preview {
    display: none;
}
iframe#upload-frame {
    display: none;
}

.info-msgs {
    /*margin-top: 50px;*/
}

div#challenge-feedback div#challenge-submit-alerts {
    background: #FFF8DD;
    color: #505050;
}
div#challenge-feedback div#challenge-submit-errors {
    background: #fee9e9;
    color: #505050;
    margin-top: 50px;
}
div#challenge-feedback div#success {
    background: #c4e9e2;
    color: #505050;
}

.info-msgs .alert {
    background: #F6F4F4;
    border: solid #E5E3E3;
    border-width: 1px 0;
	padding: 30px 0;
    /*margin: 50px 0 0 0;*/
    line-height: 1;
    text-align: center;
    width: 100%;
    color: #505050;
    border-radius: 0;
}
.info-msgs .alert h4 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-top: 0;
}
.info-msgs .alert strong {
    text-transform: uppercase;
    font: 600 16px 'open sans', sans-serif;
    color: #505050;
}
.info-msgs .alert strong + h4 {
    text-transform: none;
}
#challenge-feedback .alert img {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
div#challenge-feedback div#challenge-submit-alerts h4,
div#challenge-feedback div#challenge-submit-errors h4,
div#challenge-feedback div#success h4 {
    font: normal 16px 'open sans', sans-serif;
    color: #505050;
    text-align: center;
    text-transform: none;
}
div#challenge-feedback a.alert-close {
	position: absolute;
    right: 0;
    top: 0;
	cursor: pointer;
	text-decoration: none;
	margin: -10px 0 0;
    font: normal normal 16px 'open sans', sans-serif;
    color: #505050;
}

/* Skill Resources */
.individual-skill-resource .main {
	margin:0 auto;
}

.individual-skill-resource ol li,
.individual-skill-resource ul li,
.skill-challenge ol li,
.skill-challenge ul li {
    font-size: 20px;
    line-height: 32px;
    margin-left: 26px;
    padding-left: 0;
  margin-bottom: 20px;
}

.individual-skill-resource ol li, .skill-challenge ol li {
    list-style: decimal outside none;
}

.individual-skill-resource ul li, .skill-challenge ul li {
    list-style: disc outside none;
}

.individual-skill-resource ol.carousel-indicators li, .skill-challenge ol.carousel-indicators li {
    list-style: none outside none;
}

div.skill-challenge-solution,
div.skill-challenge-solution-2,
div.skill-challenge-solution-3,
#suggestions,
div.embed-example-code {
	display: none;
	padding: 20px;
	background-color: #EBEBEB;
	margin-bottom: 20px;
}

/* gravity forms hacks */
div.gform_footer button, div.gform_footer button:hover {
	margin: 0px 0px 0px 10px;
    padding: 13px 34px 14px;
	background: none repeat scroll 0 0 #3A3939;
    border-radius: 0 0 0 0;
    border: none;
    box-shadow: none;
    height: 62px;
	width: 166px;
    text-transform: uppercase;
    color: white;
	float: right;
}
div.ui-datepicker-title select {
	width: auto;
	border: none;
	margin: 5px 3px;
}
a.ui-datepicker-prev, a.ui-datepicker-next {
	margin-top: 5px;
}
div.skill-challenge .gform_ajax_spinner {
	margin-top: 16px;
	float: right;
}
/* end gravity forms hacks */

/** code preview indentation **/
span.code-indent-one {
	padding-left: 50px;
}
span.code-indent-two {
	padding-left: 100px;
}
span.code-indent-three {
	padding-left: 150px;
}
span.code-indent-four {
	padding-left: 200px;
}

/** JS console sandbox **/
#sandbox {
    max-width: 760px !important;
}
#sandbox pre {
    background: none;
}
#sandbox pre.output {
    white-space: pre-line !important;
    height: 400px !important;
}

/** JS & HTML code review grids **/
ul#js-review li,
ul#html-review li,
.skill-info-text .list-unstyled li {
    list-style: none outside none;
}

.js-review-main,
.html-review-main {
    width: 340px;
    float: left;
    margin-right: 40px;
    padding: 20px 20px 20px 0px;
}
.html-review-main h4 {
    text-transform: lowercase;
}
.js-review-example,
.html-review-example {
    float: left;
    width: 350px;
    min-height: 140px;
    padding: 20px;
    background: #f0eeee;
    margin-bottom: 40px;
}
.js-review-example p,
.html-review-example p {
    font-family: Courier New;
    font-size: 15px;
}
.js-review-example h5,
.html-review-example h5 {
    margin-top: 0px;
    color: #999999;
}
.skill-challenge #start-project-button {
    margin: 60px 324px 0;
}

/** HTML lessons; some of these work in tandem with styles in tutorials.css **/

.skill-info-text .step-see-tag-site h2 {
    position: relative;
}
.skill-info-text .step-see-tag-site h2 .html-highlight {
    left: 12px;
    top: 0;
    bottom: auto;
}
.skill-info-text .step-see-tag-site h2 .html-highlight.closing-highlight {
    left: auto;
    right: 40px;
    top: auto;
    bottom: 0;
}
.skill-info-text .step-see-tag-site p {
    padding: 0 50px;
    position: relative;
}
.skill-info-text .step-see-tag-site .html-highlight.opening-highlight {
    top: 0;
    bottom: auto;
    left: 20px;
    line-height: normal;
}
.skill-info-text .step-see-tag-site p .html-highlight.closing-highlight {
    left: 263px;
    right: auto;
    bottom: 0;
    top: auto;
}
.skill-info-text form#title-tag-quiz input[type="submit"] {
    margin-bottom: 0;
    width: auto;
}
.skill-info-text p.anatomy-tag {
    color: #2269ca;
    font-family: courier;
    font-size: 20px;
    line-height: 65px;
    margin-bottom: 20px;
    margin-top: 60px;
    word-wrap: break-word;
}
.skill-info-text p.anatomy-tag span {
    padding: 8px;
    font-size: 16px;
}
.skill-info-text .html2-photo-gallery {
    float: none;
}
.skill-info-text #first-photo, .skill-info-text #second-photo, .skill-info-text #third-photo {
    float: left;
    margin: 0 auto;
}
.skill-info-text #second-photo,
.skill-info-text #third-photo {
    margin-top: 80px;
}

.skill-info-text #third-photo {
    margin: 300px 0 30px -92px;
}

.skill-info-text #second-photo, .skill-info-text #third-photo {
    margin-left: -92px;
    margin-top: 80px;
}

.skill-info-text #third-photo {
    margin-top: 300px;
}


/* HTML step 7 */
.skill-info-text .empty-frame {
 background: url("../img/backgrounds/frame.png") no-repeat scroll 0 0 #88714A;
    float: left;
    margin: 0;
    padding: 55px;
    /*width: 304px;
    height: 287px;*/
}

.skill-info-text .empty-frame-form {
    margin-top: 40px;
}

.skill-info-text p.empty-frame-input {
    color: #999999;
    font-size: 26px;
    margin-bottom:20px;
}

.skill-info-text .empty-frame-form input {
    border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-radius: 0 0 0 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: #006cff;
    font-size: 22px;
    padding: 0 10px;
    width: 420px;
    font-family:'droid sans';
}

.skill-info-text .empty-frame-photo {
    width:304px;
    height:287px;
    overflow:hidden;
}

.skill-info-text #empty-frame-tail {
    background: url("../img/backgrounds/comment-tail.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    margin-left: 30px;
    margin-top: -6px;
    width: 33px;
}

.skill-info-text .empty-frame-photo img {
    width:100%;
    height:auto;
}

.skill-info-text a.button#fill-frame {
    color: white;
    display: block;
    font-size: 16px;
    margin: 20px 0 30px;
    padding: 13px 25px;
}

.skill-info-text .empty-frame-step-content {
    position:relative;
    margin-top:30px;
}

.skill-info-text #empty-frame-comment p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    text-align: center;
}

.skill-info-text #empty-frame-comment {
    left: 260px;
    margin-top: -10px;
    position: absolute;
    display:none;
}

.skill-info-text #empty-frame-content {
 background: none repeat scroll 0 0 white;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 0 #CCCCCC;
    min-width: 320px;
    padding: 15px 20px;
}



.skill-info-text p.empty-frame-form-response {
    font-family: 'montserrat';
    display:none;
}
.skill-info-text .modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -100%;
}
 .skill-info-text .modal.fade.in {
    top: 10%;
 }
 .skill-info-text .modal-body iframe {
    display: block;

 }
 .modal#step07editormodal {
    margin: auto;
 }
 .modal#step07editormodal iframe {
    width: 420px;
    height: 315px;
    min-height: 0;
    margin: 0 auto;
 }
 .modal#step07editormodal .modal-header h3 {
    text-align: center;
 }
 .modal#step07editormodal .modal-footer button.button {
    margin: 0;
 }
 .skill-info-text .alert#success a {
    float: none;
    margin: 0;

 }

/* See Divs Header */

.skill-info-text #see-divs {
    height: 670px;
    margin-left: 0;
    position: relative;
}

.skill-info-text #see-div-header {
 width: 679px;
}

.skill-info-text #see-div-header p,
.skill-info-text #see-div-header #see-div-on,
.skill-info-text #see-div-header #see-div-off {
    float:left;
}

.skill-info-text #see-div-header #see-div-on {
    float:left;
}

.skill-info-text #see-div-header #see-div-off {

}

.skill-info-text #show-div-html,
.skill-info-text #hide-div-html  {
    border: medium none;
    border-radius: 0;
    float: none;
    padding: 5px 18px;
    text-align: center;
    width: 140px;
	margin-bottom:50px;
}

.skill-info-text #hide-div-html {
    display:none;
}
.skill-info-text #see-div-html {
    display: none;
}

.skill-info-text #see-div-html > ol {
    height: 500px;
}

.skill-info-text #see-div-html.front {
    z-index: 99;
}

.skill-info-text #see-div-preview {
    font-family:helvetica, arial;
    margin-left: 0;
}

.skill-info-text #see-div-html.html-viewer {
    /*left: 30px;*/
	width: 670px;
}

.skill-info-text #see-div-preview h3 {
    color:#666666;
    font-family:arial;
    margin-top:10px;
    font-size:16px;
    text-align:left;
}

.skill-info-text #see-div-preview .main {
    max-width: 580px;
    min-width: 580px;
    padding: 10px;
    width: 580px;
}

.skill-info-text #see-div-preview {
color:#5f5e5e;
}

.skill-info-text #see-div-preview .div-preview {
    border: 2px dashed white;
}

.skill-info-text #see-div-preview .div-preview.show-divs,
.skill-info-text #see-div-preview .div-preview:hover {
    border: 2px dashed #4593fe;
    cursor:pointer;
}

.skill-info-text #see-div-on, #see-div-off {
    cursor: pointer;
}

.skill-info-text #see-div-preview h1 {
    font-family: helvetica,arial,sans serif;
        font-size: 56px;
        font-weight: bold;
        line-height: 60px;
        margin: 40px 0 10px;
}

.skill-info-text #see-div-preview h2 {
    font-size:30px;
    line-height:30px;
    font-weight:normal;
    font-family:helvetica, arial, sans serif;
    text-transform:none;
}

.skill-info-text #see-div-preview p {
    font-family:helvetica, arial, sans serif;
    margin-top:10px;
}

.skill-info-text #see-div-preview h2 a {
    color:white;
    background:#09cda1;
}

/** beginner mistakes **/
.skill-info-text #beginner-mistakes {
    margin: 20px 0;
    width: 611px;
}
.skill-info-text #beginner-mistakes li {
    list-style: none;
}

.skill-info-text #beginner-mistakes .html-viewer {
    clear: both;
    float: none;
    margin-bottom: 10px;
    margin-top: 0;
}

.skill-info-text #beginner-mistakes > li > p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}

.skill-info-text #beginner-mistakes .html-viewer ol {
 background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-left: medium none;
    border-radius: 0 0 0 0;
    border-top: medium none;
    color: white;
    height: auto;
}

.skill-info-text #beginner-mistakes .html-viewer ol li {
    padding: 5px 0 6px;
    line-height: 22px;
    font-size: 20px;
}

.skill-info-text #beginner-mistakes  .html-editor-fake {
    background: url("../img/backgrounds/code-lines.png") repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #ebe7e7;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #ebe7e7;
    border-top: 1px solid #ebe7e7;
        padding: 0 40px 0 60px;
    color:white;
}

.skill-info-text #beginner-mistakes .html-viewer p {
    color: white;
    font-family: courier;
    font-size: 14px;
    line-height: 31px;
    margin-bottom: 0;
    word-wrap: break-word;
}

.skill-info-text .beginner-mistake-wrong,
.skill-info-text .beginner-mistake-right {
    padding-left:24px;
}

.skill-info-text .beginner-mistake-wrong {
    background:url('img/icons/icon_wrong.png') 0 9px no-repeat;
}

.skill-info-text .beginner-mistake-right {
    background:url('img/icons/icon_right.png') 0 9px no-repeat;
}

.skill-info-text #beginner-mistakes .beginner-mistake-wrong .html-editor-fake {
    background: url("../img/backgrounds/code-lines.png") repeat scroll #ff605f;
}

.skill-info-text #beginner-mistakes .beginner-mistake-right .html-editor-fake {
    background: url("../img/backgrounds/code-lines.png") repeat scroll #09cda1;
}

/* CSS 1 lesson 1 */
.skill-info-text span#css-block-arrow {
    /*background: url("../img/icons/green-arrow.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	width: 119px;
	height: 44px;
	display: inline-block;
	z-index: 1;
	margin-top: 175px;
	margin-left: -135px;*/
    display: none;
}

.skill-info-text #get-rid-of-css {
    margin: 0;
    overflow: auto;
    padding: 10px 0;
    width: auto;
}

.skill-info-text .css-block h4 {
	width:200px;
	line-height:24px;
}
.skill-info-text .css-block {
	float: left;
    margin-top: 0px;
    width: 410px;
}

.skill-info-text .css-block#css-block-02 {
	width:360px;
}

.skill-info-text .css-block#css-block-01 {
	padding-right: 50px;
}

.skill-info-text .css-code-preview {
 background: url("../img/backgrounds/css-code-background.png") repeat scroll 0 0 #F6F6F6;
    border: 1px solid #EBE7E7;
    border-radius: 3px 3px 3px 3px;
    color: #414141;
    font-family: 'droid sans';
    font-size: 14px;
    font-weight: 200;
    line-height: 31px;
    margin-top: 10px;
    overflow: auto;
}

.skill-info-text .css-code-preview ol {
	float:left;
	width:30px;
	text-align:center;
	font-weight:normal;
	border-right:1px dotted #ebe7e7;
	margin-right:10px;
	margin-top: 5px;
}
.skill-info-text .css-code-preview ol li {
	list-style-type: none;
	font-size: 14px;
	line-height: 30px;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.skill-info-text .css-code-preview .css-code {
    float: left;
    font-family: courier;
}

.skill-info-text #css-block-01 {
	background: none;
    margin-left: 0;
    padding-right: 0;
}
/* CSS 1 Lesson 2 */
.skill-info-text #review-text-properties,
.skill-info-text .class-list-container {
    margin: 40px 0;
}

.skill-info-text #list-text-properties,
.skill-info-text .class-list {
border-top:1px solid #cacaca;
}

.skill-info-text #list-text-properties h4 {
    font-size: 18px;
    margin-top: 0;
    text-transform: lowercase;
}

.skill-info-text .class-list h4 {
    font-size: 18px;
text-transform: none;
}

.skill-info-text #list-text-properties > li,
.skill-info-text .class-list > li {
	border-bottom:1px solid #cacaca;
	overflow:auto;
	padding: 26px 0 30px;
	margin-left:0;
}

.skill-info-text .class-list > li {
	padding-bottom:0px;
}

.skill-info-text .boiler-text {
    float: left;
    padding-left: 65px;
    padding-right: 35px;
    width: 325px;
}

.skill-info-text .boiler-image {
    float: left;
    padding-left: 35px;
    padding-top: 0px;
    width: 390px;
}

.skill-info-text .boiler-image .button {
	margin-bottom:20px;
}

.skill-info-text #boiler-step-1 {
	background:url('../img/');
}

.skill-info-text #boiler-step-2 {
	background:url('../img/');

}

.skill-info-text #boiler-step-3 {
	background:url('../img/');

}

.skill-info-text #boiler-step-4 {
	background:url('../img/');

}

.skill-info-text #boiler-step-5 {
	background:url('../img/');
}


.skill-info-text .text-property-main {
	width: 480px;
	float:left;
	margin-right:40px;
}

.skill-info-text .text-property-example {
	float:left;
	width:250px;
}

.skill-info-text .text-property-example p {
	font-family:helvetica, arial;
    margin-bottom: 15px;
}

.skill-info-text .text-options {
	background:#f0eeee;
	border-radius:3px;
	padding:10px 20px;
	font-size:16px;
}

.skill-info-text .text-options ul li {
line-height: 24px;
}

.skill-info-text .text-options h5 {
	color:#999999;
	text-transform:uppercase;
	margin-top: 5px;
}

.skill-info-text #line-height .text-property-example p {
	background:url('img/backgrounds/line-height-background.jpg') no-repeat 0px 19px;
}

.skill-info-text #text-indent .text-property-example p {
	background:url('img/backgrounds/text-indent-background.jpg') no-repeat 0px 4px;
}
/** CSS 1 Lesson 3 */
.skill-info-text #first-column {
    margin-right: 30px;
}
.skill-info-text .two-column-step {
    float: left;
    width: 360px;
	margin-top:50px;
}
.skill-info-text .two-column-step p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 20px;
}
.skill-info-text .two-column-step h4 + p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 0;
}
/* CSS 1 Lesson 4 */
.skill-info-text .one-column {
    padding: 20px 20%;
    width: 60%;
}

.skill-info-text .one-column p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.skill-info-text p#hex-color-example {
    font-family: courier;
    font-size: 46px;
    margin-bottom: 40px;
    text-align: center;
}

.skill-info-text #red-span {
	color:#ff0000;
}

.skill-info-text #green-span {
	color:#00ff00;
}

.skill-info-text #blue-span {
	color:#0000ff;
}

.skill-info-text .hex-examples p {
    float: left;
    font-size: 32px;
    line-height: 26px;
    margin-bottom: 12px;
    padding-top: 14px;
	margin-top:0px;
    font-family: courier;
}

.skill-info-text .hex-examples li div {
    text-align:center;
	color:white;
	width:154px;
	float:right;
	padding:10px 0px;
}

.skill-info-text .hex-examples,
.skill-info-text .hex-examples li {
	clear:both;
}

.skill-info-text .hex-examples {
    margin-bottom: 50px;
    margin: auto;
    width: 330px;
}

.skill-info-text .hex-examples li {
	margin-bottom:10px;
	overflow:auto;
	margin-left: 0;
    list-style-type: none !important;
}

.skill-info-text #hex-red div {
	background:#ff0000;
}

.skill-info-text #hex-green div {
	background:#00ff00;
}

.skill-info-text #hex-blue div {
	background:#0000ff;
}

.skill-info-text #hex-black div {
	background:black;
}

.skill-info-text .hex-examples #hex-white div {
	color:#414141;
	background:white;
	border:1px solid #cccccc;
}
.skill-info-text .css-code-preview.hex {
	width: 300px;
	margin: auto;
}
.skill-info-text > ul.web-safe-examples > li {
	width:200px;
	padding:12px 20px 10px;
	border-radius:3px;
	margin:0px 10px 10px 0px;
	color:white;
	float:left;
    clear: none;
   list-style-type: none;
}

.skill-info-text .web-safe-examples {
	clear:both;
	margin-bottom:40px;
	width:100%;
}
.skill-info-text .web-safe-examples li {
	list-style-type: none !important;
}
.skill-info-text .css-code-preview.web-safe {
	width: 300px;
}
.skill-info-text .web-safe-examples li#indianred {
	background:indianred;
}

.skill-info-text .web-safe-examples li#cornflowerblue {
	background:cornflowerblue;
}

.skill-info-text .web-safe-examples li#tomato {
	background:tomato;
}

.skill-info-text .web-safe-examples li#darkslateblue {
	background:darkslateblue;
}

.skill-info-text .web-safe-examples li#peachpuff {
	background:peachpuff;
}

.skill-info-text .web-safe-examples li#slategray {
	background:slategray;
}

.skill-info-text .web-safe-examples li#burlywood {
	background:burlywood;
}

.skill-info-text .web-safe-examples li#seagreen {
	background:seagreen;
}
.skill-info-text .web-safe-examples li#orchid {
	background:orchid;
}
/* CSS 1 Lesson 5 */
.skill-info-text #css-box-model p {
	width: 800px;
}

.skill-info-text #css-box-model {
	background: none;
/*	margin-top: 40px;*/
}

.skill-info-text #css-box-model .css-code-preview {
	width: 300px;
}

/** this div shows the old code for embed challenges **/
#old-saved-code {
	display: none;
}
#view-old-code {
	font-size: 16px;
}


/** adding padding to Crayon highlighting **/
.crayon-nums-content,
.crayon-pre {
	padding: 8px;
}

.single-challenges_users #logged-in-top-nav-container {
    display: none;
}


.skill-info-text .skill-challenge-solution h5 {
	margin-top:0;
}
