@charset "utf-8";
/* CSS Document */

img.annual-report {
    display: block;
    margin: auto;
	margin-bottom: 2em;
}

div.c-wrapper{
    width: 100%; /* for example */
    margin: auto;
}

#carousel {
    min-height: 415px;
}

.carousel-inner > .item{
margin: auto;
}

.question-bank {
    min-height: 60px;
    font-size: large;
    border-bottom: 1px dotted#ccc;
    margin-top: 15px;
}

p.question {
    min-height: 60px;
    font-size: large;
    border-bottom: 1px dotted#ccc;
    margin-top: 15px;
}

.img-controls {
    position: absolute;
    right: 10%;
}

.fa-check, .fa-times  {
    position: absolute;
    right: 10%;
}

.fa-check{color:#5cb85c}

.fa-times{color:#d9534f}

.checkBtn, .resetBtn {
    float: right;
    margin-right: 4px;
}

.activity-feedback p{
	display: none;
	margin-top:10px
}

#suggestion1, #suggestion2{
	display:none;
}

.well{
		width:95%;
	display: block;
	margin: auto;
}

a:hover {
    text-decoration: none;
}
