table tr:hover {
	background-color: #f5f5f5;
}

.pdf {
	background-color: #F6DCDE;
	font-style: inherit;
	font-size: 13px;
	text-align: center;
	width: 15%;
	
	}

.presentation {
	background-color: #D4F6D3;
	font-style: inherit;
	font-size: 13px;
	text-align: center;
	width: 15%;
	
	}

.video {
	background-color: #D3E8F4;
	font-style: inherit;
	font-size: 13px;
	text-align: center;
	width: 15%;
}

.media {
	background-color: #E5E5E5;
	font-style: inherit;
	font-size: 13px;
	text-align: center;
	width: 15%;
}

.logout {
    background-color: #e5e5e5;
	border: 3px solid #e5e5e5;
    color: #000;
    cursor: pointer;
    font-family: "proxima-nova",sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 25px;
    text-transform: uppercase;
}