	.menubut {
		background: #27bffe;
		text-align: center;
		color: #ffffff;
		width: 200px;
		font-size: 14px; 
		box-sizing: border-box;
		padding: 2px; 
		margin-bottom: 5px;
		    font-family: 'Work Sans', sans-serif;
	}

.menubut a {
		color: #ffffff;
	text-decoration: none;
	}

 .bib_back {
	 background: #ffffff;
}

	.bibnav_wrap {
	margin-left: 10px;
    box-sizing: border-box;
    padding-top: 28px;
    width: 20%;
    height: 100%;
    float: left;
}

	.bibwrap {
		border-right: 15px solid #27bffe;
    border-bottom: 15px solid #27bffe;
    width: 77%;
    min-height: 295px;
   position: relative;
		left: 5px;
		overflow: auto;
}

	.bibheadl1 {
	box-sizing: border-box;
    padding-top: 28px;
}

.bibheadl2 {
	box-sizing: border-box;
    padding-top: 18px;
}

	.bibtext {
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    padding: 25px;
    margin-top: 15px;
		width: 100%;
}