h1.crossword{
margin-bottom:0.3em;	
}
div.oppinion{
margin-bottom:0.5em;	
}


h1.crossword span {
	text-align:center;
	border: 1px solid #808080;
	display: inline-block;
	padding: 10px 20px;
	font-size:40px;
	text-transform:capitalize;
	background-color:#fff;
/* 	border-left:0; */
}
h1.crossword span:nth-child(1){
	border-left:1px solid #808080;
		
} 


@media screen and (max-width: 768px) {
h1.crossword span {
	
	padding: 10px 12px;
	font-size:30px;
	
	
}
}
@media screen and (max-width: 480px) {
	h1.crossword span {
		padding: 10px 5px;
		font-size:20px;
	
	}
	
	h1.crossword span {
		padding: 10px 7px;
		font-size:20px;
	
	}
	
	.container{
	padding-left:2px;
	padding-right:2px;
	}
}



.commHead {
    background: center no-repeat rgb(117, 23, 23);
    border-bottom: 1px solid #ccd3da;
    height: 16px;
    color: #45688e;
    font-size: 20px !important;
    font-weight: bold;
    padding: 10px 12px 12px 12px !important;
    vertical-align: middle;
    line-height: 20px;
}

