

/* Table ******************************************************** */
#table_style1 {
    	border-collapse: collapse;
	width: auto;
}

#table_style1 th, #table_style1 td {
	padding: 10px;
    	text-align: left;
	background: #fff;
	font: 16px/120% Arial, Helvetica, sans-serif;
}



/* post ******************************************************** */
.post {
	padding: 0px 10px;
	margin-bottom: 0px;
	text-align: left;
	vertical-align: bottom;
}

.post-title {
	font: bold 20px/120% Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	color: <? echo $post_title_color; ?>;
}

.post-title a {
	text-decoration: none;
	color: <? echo $post_a_color; ?>;
}


.post-text {
	font: 16px/120% Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: <? echo $post_text_color; ?>;
}
.post-text a {
	text-decoration: none;
	color: <? echo $post_text_a_color; ?>;
}

.post-thumb {
    margin-top: 50px;
    margin-left: 0px;
    float: left;
}

.post img{
vertical-align: middle;
	margin: 10 0 10px;
}

/* ------- Table Titles 1---------------------------------------------- */
#table_title1 {
    border-collapse: collapse;
    background-color: #999999;
    color: white;
}

#table_title1 th, #table_title1 td{
    text-color: #fff;
    padding: 5px;
    border-bottom: 1px solid #000;
}

#table_title1 a{
    padding: 5px;
    color: white;
}

/* --------table_List1--------------------------------------------------------- */
#table_list1 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

#table_list1 td, #table_list1 th {
    border-bottom: 1px solid #008080;
    padding: 5px;
```vertical-align: top;
}

#table_list1 tr:nth-child(even){background-color: #f2f2f2;}

#table_list1 tr:hover {background-color: #ddd;}

#table_list1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}
#table_list1 a{
    padding: 5px;
    color: #333333;
}

#table_list1 img{
    width: 100%;
}
/* ----------------------------------- */



/* mobile Page Style1 **************************************************/

@media all and (max-width: 1024px), 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min-resolution: 192dpi) and (max-width: 1024px), 
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {


/* Table ******************************************************** */
#table_style1 {
    	border-collapse: collapse;
	width: auto;
}

#table_style1 th, #table_style1 td {

	padding: 4px;
    	text-align: left;
}


}

