@charset "utf-8";

p.comment{
	font-size: 95%;
}

ul.ifrs_tab {
    opacity: 1;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
	margin-top: 10px;
	width: 60%;
	float: right;
	margin-bottom: 20px;
}
ul.ifrs_tab li {
    padding-left: 1%;
    margin-bottom: 5px;
}
ul.ifrs_tab li {
    display: table;
    float: left;
    width: 50%;
    height: 40px;
    font-size: 86%;
    line-height: 1.2;
}
ul.ifrs_tab .current a, ul.ifrs_tab li > a:hover {
    text-decoration: none;
    background: #5bc2dc;
}
ul.ifrs_tab li > a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 2px 24px;
    color: #fff !important;
    background: #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
	border-radius: 5px;
}

ul.ifrs_tab:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}


@media screen and (max-width: 767px){
ul.ifrs_tab {
	height: auto;
	opacity: 1;
	margin-bottom:1em;
	float: none;
	width: 100%;
}

ul.ifrs_tab li {
	width: 50%;
	margin-bottom: 3px;
	margin-left: 0;
	height: 44px;
	border: none;
}
ul.ifrs_tab li:nth-child(odd) {
	padding-right: .5%;
}
ul.ifrs_tab li:nth-child(even) {
	padding-left: .5%;
}
ul.ifrs_tab li > a {
	font-size: 0.750em;
	width: 100%;
	height: 100%;
	padding: 0 8px 0 4%;
}
}