/*
Theme Name: D and D Team Training
Template: twentysixteen

*/

body #content .post .entry-content {
    float: none;
    width: 100%;
}
body #content .post .entry-footer {
    display: none;
}
/* ------- Responsive code here ------- */

@media only screen and (max-width:909px){
    body #content .post .entry-content {
        float: none;
        margin: 0 7.6923%;
        width: auto;
    }
}

.content-area.full-width-content{
  width: 100%;
}

span.report-label {
width:50%;
display:inline-block;
text-align:right;
vertical-align:top;
}

p {
text-align:left;
}

input.short-input {
width:100px;
}

div.total-points span.report-label {
border-right:1px solid #ffffff;
margin-right:20px;
padding:0px 20px;
}

div.total-points span span {
border-right:none;
margin-right:0px;
padding:0px;
}

div.total-points p {
background:#CCCCCC;
margin:0;
border-bottom:1px solid #ffffff;
padding:5px 0;
}

input {
padding: 0 3px;
}

textarea {
padding: 0 3px;
height:100px;
}
.col-6-wrap{
  float:left;
  display:block;
  width: 100%;
}
.col-6-wrap .col-6{
  width: 49%;
  float: left;
  max-width: 49%;
  margin-left: 1%;
}
.col-6-wrap .col-6:first-child{
  width: 49%;
  margin-left: 0;
  margin-right: 1%;

}
.col-6-wrap .col-6 .report-label{
  width: 100%;
  text-align: left;
}
.activity1 input, .activity2 input, .activity3 input, .activity4 input, .activity5 input, .activity6 input, .activity7 input, .activity8 input, .activity9 input, .activity10 input{
  width: 80%;
}
