.step-content,
/*.step-content-open-icon,*/ /* because we're hiding step content w/css) */
.completed-btn-container,
.step-content-close-icon,
.step-qna-container,
.step-completed-tick {
    display: none;
}

.step-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px !important;
    width: 100%;
    height: auto;
}

/*.step .step-controls button,*/
.step .step-controls form {
    /*display: inline-block;*/
    /*float: right;*/
}

.step-controls button {
    margin-bottom: 5px;
}

.step-qna-container,
.curriculum-links-container {
    margin-top: 15px;
}

.step-qna-curriculum-links-container-spacer {
    height: 40px;
}

/* For parts list*/
.parts-table {
     vertical-align: middle
}

/* Alignment */
.step-controls {
    text-align: center;
}

.qna-control-container {
    float: left;
    text-align: center;
    position: relative;
}

.curriculum-links-control {
    text-align:left;
    margin:0 auto !important;
    display:inline-block;
}

.complete-step {
    float: right;
}

.qna-control-extra-info {
    position: absolute;
    top: 6px;
    left: 62px;
    width: 150px;
    text-align: left;
}

/*
Colours
=======
              nav: #1cbbb4
           button: #30d9a4
panel-info border: #bce8f1
panel-info bckgnd: #d9edf7
panel-info colour: #31708f
*/

/* TODO Change this to panel body? */
.panel-step {
    /* grey */
    border-color: #e0e5e9;
    /* green */
    /*border-color: #1cbbb4;*/
}

.panel-step >.panel-heading {
    color: #ffffff;
    background-color: #1cbbb4;
    /* grey */
    /*
    border-color: #1cbbb4;
    border-width: 1px;
    border-style: solid;
    */
    /* green */
    /*border-color: #1cbbb4;*/
}

.step-title h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    /*color: rgb(45, 64, 80);*/
}

.step-body {
    /*border-bottom: 1px solid #e0e5e9;*/
    /*border-left: 1px solid #e0e5e9;*/
    /*border-right: 1px solid #e0e5e9;*/
    /*padding-top: 10px;*/
    /*background: url(../img/line_bg_course.png) 29px top no-repeat;*/
}


.step-completed-tick {
    padding-left: 3.5px;
}


.step-already-completed {
    font-size: 0.9em;
    font-style: italic;
    color: rgb(150, 150, 150);
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 3px;
    background-color: rgb(240, 240, 240);
}

.downloads-container .media-left .glyphicon,
.codebugtutorial-container .media-left .glyphicon,
.highlightedhtmlresource .media-left .glyphicon {
    font-size: 3em;
}

/* Warning symbol needs bumping right a little */
.highlightedhtmlresource .media-left .glyphicon-warning-sign {
    left: 4px;
}

/**/
.part-row {

}

.part-image-cell {
    max-width: 25px;
}

.part-name-cell {

}

.narrow-top-margin {
   margin-top:10px;
}

/*
pre.python-snippet:before {
  content: 'Python Snippet';
  position: absolute;
  right:40px;
/*  background-color: rgba(0.2, 0.8, 0.6, 0.8); * /
  background-color: rgba(255,0,255,0.3);
  padding:10px;
}
*/


.btn-snippet-info-container {
    /*display: block;*/
    position: relative;
    background: blue;
    height: 0;
}

.btn-snippet-info {
    position: absolute;
    right: 0;
    z-index: 1;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    font-size: 0.8em;
    padding: 5px 4px 5px 4px;
}


/* Tutorial Resources */
.codebugtutorial-container {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: rgb(250, 250, 250);
}

/* bump hand down hack*/
.codebugtutorial-container .media-left .glyphicon {
    line-height: 50px;
}

/* Downloads Resource */
.downloads-container {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: rgb(250, 250, 250);
}

/* hack to fix bottom spacing in activity sidebar */
.licences p:last-child {
    margin-bottom: 0;
}

h2 {
    margin-bottom: 20px;

    /*margin-bottom: 15px;*/
    /*border-radius: 10px;*/
    /*background: rgb(255, 255, 255);*/
    /*border: 1px solid rgb(0, 0, 0);*/

    /* box_style_4 */
    /*padding: 20px 15px 20px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e5e9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;*/
}


.my-saved-tutorials {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgb(200, 200, 200);
}