@charset "utf-8";
/* CSS Document */

.tab-content
{
	background-color: white;
    padding: 3px;
	overflow-y: scroll;
	margin-top: 20px;
}

.wars
{
height: 500px;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover 
{
	
	color: #FFFFFF;
    background: #404E5C;
    border: 1px solid #404E5C;
    border-bottom: 0;
    position: relative;
    z-index: 3;
	text-decoration-line: none;

}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
	color: #FFFFFF;
    background: #78123D;
    border: 1px solid #78123D;
    border-bottom: 0;
    position: relative;
    z-index: 3;
	text-decoration-line: none;
}

.notess
{
	
	padding:10px;
	margin: 7px;
    background: rgba(159, 43, 108,0.3);
    cursor: pointer;
}

#suggested-response
{
	margin-top: 20px;
	background-color: #cfcfcf;
	padding: 20px;
}

#activity-controls
{
	margin-top: 20px;
}