/* .numeric-font {
	font-family: 'Open Sans',sans-serif;
} */
@media only screen and (min-width: 601px) {
	 .bannerbody{
		background-color: #6db5ca;
	    height: 165px;
	    background-size: cover;
	    background-repeat: no-repeat;
	}
}

@media only screen and (max-width: 601px) {
	 .bannerbody{
		background-color: #6db5ca;
	    height: 200px;
	    background-size: cover;
	    background-repeat: no-repeat;
	}
}
.collapsible {
    border-top: 1px solid #ddd;
    border-right: none; 
    border-left: none; 
    margin: 0;
    box-shadow: none;
}

.collapsible-header {
	line-height: 1.1; 
	   
}

.collapsible-body {
	 padding: 0 107px 0px;
	     padding-right: 0;
	     padding-left: 21px;
}

tr {
	    border-bottom: 1px solid #ddd;
}

.collapsible-header.active i {
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
transform: rotate(180deg);
}

.collapsible-header i {
    width: 3.1rem;
    color: #006684;
    font-size: 2.4rem;
    /* font-weight: 100; */
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
    position: static;
    height: 3rem;
    border-radius: 42px;
    border: 1px solid #006684;
}

#rowMargin {
	margin-bottom: 0px;
}

.userGuideLiStyle {
	line-height: 2.4;
    padding-left: 14px;
	
}
.guideWrap {
	/* display:  -webkit-inline-box; */
}

#guideIcon{
	height: 58px;
	margin-left: 36px;
}

.releaseNum{
	/* margin-bottom: 4%; */
}

select {
	    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #9e9e9e;
    border-radius: 8px;
    height: 5rem;
}

.userGuideLiStyle li {
	list-style-type: disc;
}