* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  margin: 0; padding: 0; }

body { font-family: "Open Sans"; font-size: 13px; background: #f5f5f5; }

h1,h2 { text-align: center; }
h1 {
	font-size: 90px;
	color: #666;
	text-shadow:0px 7px 0px #ddd;
	font-family: "arvo";
	margin-top: 20px ;
}

h2 {
	font-family: Georgia;
	font-style: italic;
	color: #666;
	font-weight: normal;
	margin-bottom: 3rem;
}

.main-ta3n , .main-law{
	 width: 100%;
	 margin: 0 auto;
	 border: 1px solid rgba(0,0,0,.155);

	 margin-bottom: 30px;
 }

.c-tabs__item {
	display: inline;
    color: gray
}
.c-tabs__link {
    margin: 6px 0;
	direction: rtl;
	text-align: left;
	display: inline-block;
	text-decoration: none;
	padding: 6px 2px;
    font-size: 13px;
    font-weight: bold
}
.c-tabs__item:last-child{
    margin-left: 10px;
}
.c-tabs__link.is-active {
	color: #333;

}

.c-tabs__content {
	text-align: right;
	border-top: 1px solid rgba(0,0,0,.125);
	background-color: #fff;
	display: none;
	width: 100%;
	float: left;
	padding: 0 1rem 1rem 1rem;

}
/*
.c-tabs__content.is-open{
     opacity: 1;
}
*/
.card-custom-text-style{
	text-align: justify;
}
.share-tab-text{
    padding-top: 15px;
}
.card-custom-text-style button {

}
.da2ra{
	font-size: 14px;
	display: inline;
  float: right;
  padding: 6px 15px 6px 0px;
}
.yyys{
	display: inline;
 padding-left: 10px
}

/* .c-tabs__content p{
	color: red
} */
.card-header-text-right{
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

    color: #105692;
    font-weight: bold;
    margin: 4px 0;

}

.ta3n-page .card-custom-text-style{
    font-size: 20px;
    line-height: 2;
    text-align: right;
}
.ta3n-page .ta3n-number{
    font-size: 20px;

}
.ta3n-page .c-tabs__link{
    font-size: 16px;
}
.text-title{
    font-weight: bold;
    color: darkslateblue
}
@media only screen and (max-width: 640px) {
	/* .c-tabs__link { display: block; } */
}


.c-tabs {
	background: #f7f7f7;
	overflow: hidden;
	text-align: left;
}
