#contactitemopportunity {
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #000000;
}

#commentitem {
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #000000;
  text-align: justify;
  text-justify: inter-word;
}

.shadow
{
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.alumni_student {
		background-color: #E0E0E0; 
		margin:4px;
		padding:5px;
		height:400px;
		border-radius:15px;
		border: 2px solid #A0A0A0;
}

.thumb {
		background-color: #E0E0E0; 
	  width: 100%;
	  height: 220px;
	  background-position: center center;
	  background-size: contain;
	  background-repeat: no-repeat;
	  display: inline-block;
	  border:0px;
	  
}

