@charset "utf-8";

/*
Theme Name: Theme#2
Description: Theme#2 (ex Delphinus) Template
Version: 2.8.15
Author: Maze
*/

/*button */
.pressed-button {
  text-decoration: none;
	text-align: center;
  display: inline-block;
  padding: 12px 20px;
  margin: 10px 20px;
  border-radius: 30px;
  background-image: linear-gradient(45deg, #d10014 0%, #dfdfdf 50%, #d10014 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: white;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, .35);
  transition: .5s;
	clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
	font-weight: bolder;

}
.pressed-button:hover {
  box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}


/*Table*/

.table_blur {
  background: #ffffff;
  border-collapse: collapse;
  text-align: left;
}
.table_blur th {
  border-top: 1px solid #777777;	
  border-bottom: 1px solid #777777; 
  box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
  background: linear-gradient(#9595b6, #5a567f);
  color: white;
  padding: 10px 15px;
  position: relative;
}
.table_blur th:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  height: 25%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255,255,255,.08));
}
.table_blur tr:nth-child(odd) {
	border-radius: 20px;
	box-shadow: 0 16px 32px 0 rgb(0 40 120 / 35%);
}
.table_blur th:first-child {
  border-left: 1px solid #777777;	
  border-bottom:  1px solid #777777;
  box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur th:last-child {
  border-right: 1px solid #777777;
  border-bottom:  1px solid #777777;
  box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}
.table_blur td {
  padding: 10px 15px;
  position: relative;
  transition: all 0.5s ease;
}
.table_blur tbody:hover td {
  color: transparent;
  text-shadow: 0 0 3px #a09f9d;
}
.table_blur tbody:hover tr:hover td {
  color: #444444;
  text-shadow: none;
}
.table_blur_string {
	margin-bottom:10px;
}

.table_blur td a{
	color:#ffffff;	
}
.table_blur_area {
	width:100%
}

/* 640px and smaller screen sizes */
@media (max-width:640px){

	/* Link */
	.table_blur td a{
		font-size:20px;
		line-height:1.5em;
	}
	
	/* Table Data */
	.table_blur tbody td{
		line-height:1.5em;
		font-size:14px;
	}
	
}

/* 599px and smaller screen sizes */
@media (max-width:599px){

	/* Link */
	.table_blur td a{
		font-size:14px;
	}
	
	/* Site navigation */
	#site-navigation{
		padding-bottom:0px;
		display:inline-block;
		transform:translatex(0px) translatey(0px) !important;
		padding-top:0px;
	}
	
	/* Link */
	.site-branding .site-title a{
		font-size:25px;
	}
	
	/* Table Data */
	.table_blur tbody td{
		line-height:1.4em;
	}
	
}

/*new table*/

.resp-tab {
    border-radius: 5px;
    font-weight: normal;
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 20px;
    width: 100%;
    max-width: 100%;
}
.resp-tab th, .resp-tab td {
    padding: 10px 20px;
    font-size: 12px;
    border: none !important;
	vertical-align: middle;
}
.resp-tab tr:nth-child(odd) {
    box-shadow: 0 16px 32px 0 rgb(0 40 120 / 35%);
    border-radius: 20px;
}
@media(max-width: 768px) {
    .resp-tab thead {
        display: none;
    }
    .resp-tab tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .resp-tab td {
        margin: 0 -1px -1px 0;
        padding-top: 35px;
        position: relative;
        width: 50%;
    }
    .resp-tab td span {
        display: block;
    }
}
@media(max-width: 480px) {
    .resp-tab td {
        width: 100%;
    }
}

.table_rat_off {
	color:#d10014;
	font-weight: bolder;
}
.resp-tab a.pressed-button{
	font-size:15px;
	color:white !important;
}