/*
Theme Name: abcblog child
Theme URI: http://demo.abctheme.com/abcbiz/
Description: Child theme of abcblog theme.
Author: ABCTHEME
Author URI: http://www.abctheme.com/
Version: 1.0
Template: abcblog
*/


.display-table {
    display: table; 
}
.display-table > div { 
    display: table-row; 
}
.display-table > div > div { 
    display: table-cell;
    padding: 5px 10px;
}
.display-table-tab {
	width:30%;
}

@media screen and (max-width: 768px) {
	.display-table {
		display: block; 
	}
	.display-table > div { 
		display: block; 
	}
	.display-table > div > div { 
		display: block;
		padding: 5px 10px;
	}
	.display-table-tab {
		width:100%;
	}
}