.mytable .cell {
	  text-align: center;
	  padding: 15px 18px;
	  margin: 5px 10px;
	  background-color: #fff;
	  border-radius: 10px;
	  height: 250px;
}
.mytable td:nth-child(1) .cell{
	  border: 3px solid #fcad00;
}
.mytable td:nth-child(2) .cell{
	  border: 3px solid #0b9b5a;
}
.mytable td:nth-child(3) .cell{
	  border: 3px solid #6db688;
}

.mytable td:nth-child(4) .cell{
	  border: 3px solid #6db688;
}


.mytable .cell.th {
	border-radius: 10px;
	height:60px;
	padding:0;
	vertical-align: middle;
	border: none;
  	box-shadow: none;
  	
}
.mytable td:nth-child(1) .cell.th{
	background: #fcad00;
}
.mytable td:nth-child(2) .cell.th{
	background: #0b9b5a;
}
.mytable td:nth-child(3) .cell.th{
	background: #6db688;
}
.mytable td:nth-child(4) .cell.th{
	background: #6db688;
}


.mytable {
	width: 100%;
	margin:60px 0;
}
.mytable td {
	width: 25%;
}
.mytable .title {
	  font-weight: bold;
	  height: 54px;
	  width: 300px;
	  vertical-align: middle;
	  display: table-cell;
	  color: white;
	  text-transform: uppercase;
	  font-size: 18px;
	  text-align: center;
}
.mytable .title.big {
	font-size: 16px;
	  color: black;
	  display: block;
	  width: auto;
	  border-bottom: thin solid #bbbbbb;
	margin-bottom: 50px;
	height: auto;
	padding-bottom: 10px;
}
.mytable .files {
	
	overflow: hidden;
	text-align: left;
}
.mytable .file {
	overflow: hidden;
	margin-bottom: 5px;
}
.mytable .file .icon {
	width: 60px;
	height: 60px;
	float: left;
}
.mytable .file a {
	  display: table-cell;
	  margin-left: 70px;
	  height: 55px;
	  vertical-align: middle;
	  font-size: 13px;
	  color: #777777;
	  text-transform: uppercase;
	  text-decoration: underline;
}

.mytable tr.top {
	vertical-align: top;
}

.link-detail-block{
	text-align: center;
	margin-top:30px;
	text-decoration: underline;
}
	.link-detail-block a{
		color:#282828;
	}


/* files */
.icon-file {
	background: url(img/icon-word.png) center no-repeat;
}
.icon-file.application-pdf {
	background: url(img/icon_pdf.png) center no-repeat;
}
.icon-file.application-msword {
	background: url(img/icon-word.png) center no-repeat;
}
.icon-file.application-vnd-ms-powerpoint {
	background: url(img/icon_ppt.png) center no-repeat;
}