/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2023 | 09:21:07 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

table.spbtbl-style tr{
	display:flex;
}
table.spbtbl-style tr th, table.spbtbl-style tr td{
	width:100% !important;
}
table.spbtbl-style tr th{
	text-align:center !important;
	background: #270b88!important;
}
table.spbtbl-style .p_tag{
	position: absolute;
  top: 0;
	left: -10px;
  background: #ff6900;
  color: white;
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
}
table.spbtbl-style tbody tr{
	position: relative;
	border: 2px solid #00000024 !important;
  margin-bottom: 6px;
	transition: all 0.5s ease;
}
table.spbtbl-style tbody tr:hover{
	transform:scale(1.03);
}
table.spbtbl-style tbody img{
	height:150px;
}
table.spbtbl-style tr td:first-child{
/* 	text-align:center !important; */
}
table.spbtbl-style tbody{
	padding: 30px;
  display: table-cell;
}
table.spbtbl-style .p_tag::after {
    content: ' ';
    display: block;
    position: absolute;
    left: -10px;
    bottom: -7px;
    border-color: rgba(0, 0, 0, 0) #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: inset solid inset inset;
    border-width: 0 10px 7px;
}
table.spbtbl-style tr td{
	  display: flex;
    align-items: center;
    justify-content: center;
}
table.spbtbl-style tbody h4{
	color:#ff6900;
}
table.spbtbl-style tbody a{
	background-color: #ff5d00;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 6px;
}
table.spbtbl-style tbody a:hover{
	background-color:black;
}
table.spbtbl-style tr:nth-child(odd) td {
    background: #fff!important;
}



@media (max-width:480px){
	table.spbtbl-style tr {
    flex-wrap: wrap;
}
	table.spbtbl-style tr th {
    display: none;
}
	table.spbtbl-style tr th:nth-child(2){
		display:block;
	}


