
.main {
	background-color:grey;
	font-weight: bold;
	width: 1000px;
	height: 140px;
	font-size:0;
}

.button  {
    display: inline-block;
    width: 196px;
    height: 140px;
    margin-right: 5px;
	vertical-align: bottom;
    color: white;
	font-size:30px;
    background: #3498db;

}

.button:last-child {
	margin-right: 0;
}

.text {
	text-align: center;
	padding: 25% 0%;
}

.hidden {
	display: none;
	position:relative;
	top:6px;
}

.table {
	
	background-color: #3498db;
	display: table;
	width: 196px;
	height: 100px;
	z-index:100500;
}


.tablein {
	display: table-row;
}

.tablein1 {
	display: table-cell;
	text-align: left;
	color:white;
	padding:15px;
	border-top: 2px solid grey;	
}

.tablein:last-child {
	border-bottom: 2px solid grey;
}
	
.tablein1:hover{
	background-color: pink;
}

.button:hover .hidden {
	display:inline-block;
}