
.text-selection {
    margin-bottom: 2em;
}

.resA, .resB, .resC {

min-height:100px;
min-width:30%;
font-size:x-large;
}


.highlightText {
	
	background-color:rgba(159, 43, 108,0.3);
}

#summary{
	
	    margin: 6px 3px; 
}

.activitypart {
	
	    text-align: center;
}

.showHighlights{
	
	margin-top:0px;
}

.tabsTitle{
	padding-top: 10px;
	text-align: center;
}

.extractBackground{
	padding: 8px;
    margin: 7px;
    background: antiquewhite;
	border: 1px solid #000;
	    min-height: 400px;
}

.controls{
	    padding: 10px;
	
}

.tab-content{
	
	background-color: white;
    padding: 3px;
	overflow-y: scroll;
}

#dialog-addToTab, #dialog-editMyTabs {
    display: none;
	width:100%
}

.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;
}
.removeThisTextBtn span{
	
	    position: absolute;
    top: 2px;
    left: 1px;
}
/*
.tabs{
    font-size: .9em;
    color: #fff;
    font-weight: normal;
    position: relative;
    z-index: 3;
    display: block;
    padding: 10px 16px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border: 1px solid #173e43;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    background: #173e43;
}*/
