body
{
	background-image: url(images/fabric.png);
	background-position: top center;
	font-family: Roboto Slab, sans-serif;
	margin: 0px;
}

img
{
	border: none;
}

hr
{
	border: 0px;
	border-top: 2px solid #A3A3A3;
}

.nowrap
{
	white-space: nowrap;
}

.spaced-list > li
{
	margin-bottom: 0.7em;
}

h1{font-size:2em; margin-bottom:0em;}
h2{font-size: 1.5em;}
h3{font-size: 1.17em;}
h4{font-size: 1em;}
h5{font-size: 0.83em;}
h6{font-size: 0.67em;}
h1 > small:before
{
	content: '- '
}
h1 > small
{
	font-size: 65%;
	margin-left: 10px;
}

table
{
	border-collapse: collapse;
}
th
{
	border-bottom: 2px solid #A7A7A7;
	text-align: left;
	padding: 5px 15px 5px 5px;
	vertical-align: middle;
}
td
{
	border-bottom: 2px solid #A7A7A7;
	padding: 5px 40px 5px 10px;
	vertical-align: top;
}
tr:last-of-type > th,
tr:last-of-type > td
{
	border-bottom: 0px;
}

.banner
{
	background-image: url(images/background.jpg);
	background-size: cover;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
	width: 100%;
}

.language
{
	margin: 0px auto;
	max-width: 1200px;
	padding-right: 2%;
}
@media print
{
	.language
	{
		display: none;
	}
}
.language > a
{
	/*background-color: white;*/
	background-image: url(images/fabric.png);
	background-position: center;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
	color: black;
	display: inline-block;
	float: right;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
}
.language > a:hover,
.language > a:focus
{
	/*background-color: #E1E1E1;*/
	background-color: white;
	background-image: none;
}

.logo
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 514px;
	width: 90%;
}
.logo img
{
	border: none;
	margin-top: 5px;
	margin-bottom: -16px;
	width: 100%;
}

.menu-list
{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 28px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
}
@media print
{
	.menu-list
	{
		display: none;
	}
}
@media screen and (max-width: 1137px)
{
	.menu-list
	{
		font-size: 24px;
	}
}
@media screen and (max-width: 959px)
{
	.menu-list
	{
		font-size: 20px;
	}
}
@media screen and (max-width: 843px)
{
	.menu-list
	{
		list-style-type: bullet;
	}
}
.menu-list > li
{
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width: 843px)
{
	.menu-list > li
	{
		display: block;
	}
}
.menu-list > li > a
{
	border-right: 2px solid #A3A3A3;
	border-bottom: 2px solid #A3A3A3;
	color: black;
	display: block;
	padding: 6px 16px;
	text-decoration: none;
}
@media screen and (max-width: 1137px)
{
	.menu-list > li > a
	{
		padding: 3px 12px;
	}
}
@media screen and (max-width: 843px)
{
	.menu-list > li > a
	{
		border-right: none;
	}
}
.menu-list > li > a:hover,
.menu-list > li > a:focus
{
	background-color: white;
}

.expand
{
	padding-left: 16px;
	margin-top: -2px;
	vertical-align: middle;
}
@media screen and (max-width: 1137px)
{
	.expand
	{
		padding-left: 12px;
	}
}
@media screen and (max-width: 843px)
{
	.expand
	{
		display: none;
	}
}

.menu-list > li > ul
{
	display: none;
	background-color: white;
	border-right: 2px solid #A3A3A3;
	border-bottom: 2px solid #A3A3A3;
	border-left: 2px solid #A3A3A3;
	font-size: 80%;
	list-style-type: none;
	margin-left: -2px;
	padding: 0px;
	position: absolute;
	text-align: left;
}
.menu-list > li > ul > li > span
{
	color: black;
	display: block;
	padding: 8px 40px 8px 20px;
	text-decoration: none;
}
.menu-list > li > ul > li > a
{
	color: black;
	display: block;
	padding: 8px 40px 8px 32px;
	text-decoration: none;
}
.menu-list > li > ul > li > a:hover,
.menu-list > li > ul > li > a:focus
{
	background-color: #E1E1E1;
}

li.menu-list-last > a
{
	border-right: none;
}
@media screen and (max-width: 843px)
{
	li.menu-list-first > a
	{
		border-top: 2px solid #A3A3A3;
	}
}
.menu-list > li > ul > li > ul
{
	list-style-type: none;
	padding: 0px;
}
.menu-list > li > ul > li > ul > li > a:before
{
	content: "- ";
}
.menu-list > li > ul > li > ul > li > a
{
	display: block;
	text-decoration: none;
	color: black;
	padding: 8px 40px 8px 32px;
	font-size: 80%;
}
.menu-list > li > ul > li > ul > li > a:hover
{
	background-color: #E1E1E1;
}

/*---------------------------------------------------------------------------*/

.content
{
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	padding-right: 20px;
	padding-left: 20px;
}

.content a
{
	color: #336633;
	text-decoration: none;
}
.content a:hover,
.content a:focus
{
	background-color: white;
	text-decoration: underline;
}

.image-full
{
	border: 10px solid white;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
	width: 95%;
}

.home-meat-link
{
	display: block;
}
a.home-meat-link:hover,
a.home-meat-link:focus
{
	background-color: transparent;
}
.home-meat-link > h3
{
	display: inline-block;
}
.home-meat-link:hover > h3,
.home-meat-link:focus > h3
{
	background-color: white;
}
.home-meat-link > img
{
	width: 70%;
}

.products-meat-link
{
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px;
	display: block;
	margin-bottom: 1em;
	padding: 0px 30px;
}
a.products-meat-link:hover > h3,
a.products-meat-link:hover p,
a.products-meat-link:focus > h3,
a.products-meat-link:focus p
{
	text-decoration: underline;
}
.products-meat-link > h3
{
	display: inline-block;
}
.products-meat-link img
{
	margin-top: 1em;
	margin-bottom: 1em;
	width: 70%;
}
.products-meat-link p
{
	color: black;
}

/*---------------------------------------------------------------------------*/

.invisible
{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	margin: 0px !important;
	overflow: hidden !important;
}

.copyright
{
	text-align: center;
	padding: 50px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@      |                                                                 @@*/
/*@@      |                                          Magnesium Grid START   @@*/
/*@@     \|/                                                                @@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*
Magnesium Grid 1.1.0.0
http://mg.drazzil.org/grid

   Copyright 2013 The Drazzil Project

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
*/
.mg_0,.mmg_0{min-height:1px;float:left;width:0%}
.mg_1,.mmg_1{min-height:1px;float:left;width:1%}
.mg_2,.mmg_2{min-height:1px;float:left;width:2%}
.mg_3,.mmg_3{min-height:1px;float:left;width:3%}
.mg_4,.mmg_4{min-height:1px;float:left;width:4%}
.mg_5,.mmg_5{min-height:1px;float:left;width:5%}
.mg_6,.mmg_6{min-height:1px;float:left;width:6%}
.mg_7,.mmg_7{min-height:1px;float:left;width:7%}
.mg_8,.mmg_8{min-height:1px;float:left;width:8%}
.mg_9,.mmg_9{min-height:1px;float:left;width:9%}
.mg_10,.mmg_10{min-height:1px;float:left;width:10%}
.mg_11,.mmg_11{min-height:1px;float:left;width:11%}
.mg_12,.mmg_12{min-height:1px;float:left;width:12%}
.mg_13,.mmg_13{min-height:1px;float:left;width:13%}
.mg_14,.mmg_14{min-height:1px;float:left;width:14%}
.mg_15,.mmg_15{min-height:1px;float:left;width:15%}
.mg_16,.mmg_16{min-height:1px;float:left;width:16%}
.mg_17,.mmg_17{min-height:1px;float:left;width:17%}
.mg_18,.mmg_18{min-height:1px;float:left;width:18%}
.mg_19,.mmg_19{min-height:1px;float:left;width:19%}
.mg_20,.mmg_20{min-height:1px;float:left;width:20%}
.mg_21,.mmg_21{min-height:1px;float:left;width:21%}
.mg_22,.mmg_22{min-height:1px;float:left;width:22%}
.mg_23,.mmg_23{min-height:1px;float:left;width:23%}
.mg_24,.mmg_24{min-height:1px;float:left;width:24%}
.mg_25,.mmg_25{min-height:1px;float:left;width:25%}
.mg_26,.mmg_26{min-height:1px;float:left;width:26%}
.mg_27,.mmg_27{min-height:1px;float:left;width:27%}
.mg_28,.mmg_28{min-height:1px;float:left;width:28%}
.mg_29,.mmg_29{min-height:1px;float:left;width:29%}
.mg_30,.mmg_30{min-height:1px;float:left;width:30%}
.mg_31,.mmg_31{min-height:1px;float:left;width:31%}
.mg_32,.mmg_32{min-height:1px;float:left;width:32%}
.mg_33,.mmg_33{min-height:1px;float:left;width:33%}
.mg_34,.mmg_34{min-height:1px;float:left;width:34%}
.mg_35,.mmg_35{min-height:1px;float:left;width:35%}
.mg_36,.mmg_36{min-height:1px;float:left;width:36%}
.mg_37,.mmg_37{min-height:1px;float:left;width:37%}
.mg_38,.mmg_38{min-height:1px;float:left;width:38%}
.mg_39,.mmg_39{min-height:1px;float:left;width:39%}
.mg_40,.mmg_40{min-height:1px;float:left;width:40%}
.mg_41,.mmg_41{min-height:1px;float:left;width:41%}
.mg_42,.mmg_42{min-height:1px;float:left;width:42%}
.mg_43,.mmg_43{min-height:1px;float:left;width:43%}
.mg_44,.mmg_44{min-height:1px;float:left;width:44%}
.mg_45,.mmg_45{min-height:1px;float:left;width:45%}
.mg_46,.mmg_46{min-height:1px;float:left;width:46%}
.mg_47,.mmg_47{min-height:1px;float:left;width:47%}
.mg_48,.mmg_48{min-height:1px;float:left;width:48%}
.mg_49,.mmg_49{min-height:1px;float:left;width:49%}
.mg_50,.mmg_50{min-height:1px;float:left;width:50%}
.mg_51,.mmg_51{min-height:1px;float:left;width:51%}
.mg_52,.mmg_52{min-height:1px;float:left;width:52%}
.mg_53,.mmg_53{min-height:1px;float:left;width:53%}
.mg_54,.mmg_54{min-height:1px;float:left;width:54%}
.mg_55,.mmg_55{min-height:1px;float:left;width:55%}
.mg_56,.mmg_56{min-height:1px;float:left;width:56%}
.mg_57,.mmg_57{min-height:1px;float:left;width:57%}
.mg_58,.mmg_58{min-height:1px;float:left;width:58%}
.mg_59,.mmg_59{min-height:1px;float:left;width:59%}
.mg_60,.mmg_60{min-height:1px;float:left;width:60%}
.mg_61,.mmg_61{min-height:1px;float:left;width:61%}
.mg_62,.mmg_62{min-height:1px;float:left;width:62%}
.mg_63,.mmg_63{min-height:1px;float:left;width:63%}
.mg_64,.mmg_64{min-height:1px;float:left;width:64%}
.mg_65,.mmg_65{min-height:1px;float:left;width:65%}
.mg_66,.mmg_66{min-height:1px;float:left;width:66%}
.mg_67,.mmg_67{min-height:1px;float:left;width:67%}
.mg_68,.mmg_68{min-height:1px;float:left;width:68%}
.mg_69,.mmg_69{min-height:1px;float:left;width:69%}
.mg_70,.mmg_70{min-height:1px;float:left;width:70%}
.mg_71,.mmg_71{min-height:1px;float:left;width:71%}
.mg_72,.mmg_72{min-height:1px;float:left;width:72%}
.mg_73,.mmg_73{min-height:1px;float:left;width:73%}
.mg_74,.mmg_74{min-height:1px;float:left;width:74%}
.mg_75,.mmg_75{min-height:1px;float:left;width:75%}
.mg_76,.mmg_76{min-height:1px;float:left;width:76%}
.mg_77,.mmg_77{min-height:1px;float:left;width:77%}
.mg_78,.mmg_78{min-height:1px;float:left;width:78%}
.mg_79,.mmg_79{min-height:1px;float:left;width:79%}
.mg_80,.mmg_80{min-height:1px;float:left;width:80%}
.mg_81,.mmg_81{min-height:1px;float:left;width:81%}
.mg_82,.mmg_82{min-height:1px;float:left;width:82%}
.mg_83,.mmg_83{min-height:1px;float:left;width:83%}
.mg_84,.mmg_84{min-height:1px;float:left;width:84%}
.mg_85,.mmg_85{min-height:1px;float:left;width:85%}
.mg_86,.mmg_86{min-height:1px;float:left;width:86%}
.mg_87,.mmg_87{min-height:1px;float:left;width:87%}
.mg_88,.mmg_88{min-height:1px;float:left;width:88%}
.mg_89,.mmg_89{min-height:1px;float:left;width:89%}
.mg_90,.mmg_90{min-height:1px;float:left;width:90%}
.mg_91,.mmg_91{min-height:1px;float:left;width:91%}
.mg_92,.mmg_92{min-height:1px;float:left;width:92%}
.mg_93,.mmg_93{min-height:1px;float:left;width:93%}
.mg_94,.mmg_94{min-height:1px;float:left;width:94%}
.mg_95,.mmg_95{min-height:1px;float:left;width:95%}
.mg_96,.mmg_96{min-height:1px;float:left;width:96%}
.mg_97,.mmg_97{min-height:1px;float:left;width:97%}
.mg_98,.mmg_98{min-height:1px;float:left;width:98%}
.mg_99,.mmg_99{min-height:1px;float:left;width:99%}
.mg_100,.mmg_100{min-height:1px;float:left;width:100%}
@media screen and (max-width: 767px)
{
	.mg_0,
	.mg_1, .mg_2, .mg_3, .mg_4, .mg_5,
	.mg_6, .mg_7, .mg_8, .mg_9, .mg_10,
	.mg_11, .mg_12, .mg_13, .mg_14, .mg_15,
	.mg_16, .mg_17, .mg_18, .mg_19, .mg_20,
	.mg_21, .mg_22, .mg_23, .mg_24, .mg_25,
	.mg_26, .mg_27, .mg_28, .mg_29, .mg_30,
	.mg_31, .mg_32, .mg_33, .mg_34, .mg_35,
	.mg_36, .mg_37, .mg_38, .mg_39, .mg_40,
	.mg_41, .mg_42, .mg_43, .mg_44, .mg_45,
	.mg_46, .mg_47, .mg_48, .mg_49, .mg_50,
	.mg_51, .mg_52, .mg_53, .mg_54, .mg_55,
	.mg_56, .mg_57, .mg_58, .mg_59, .mg_60,
	.mg_61, .mg_62, .mg_63, .mg_64, .mg_65,
	.mg_66, .mg_67, .mg_68, .mg_69, .mg_70,
	.mg_71, .mg_72, .mg_73, .mg_74, .mg_75,
	.mg_76, .mg_77, .mg_78, .mg_79, .mg_80,
	.mg_81, .mg_82, .mg_83, .mg_84, .mg_85,
	.mg_86, .mg_87, .mg_88, .mg_89, .mg_90,
	.mg_91, .mg_92, .mg_93, .mg_94, .mg_95,
	.mg_96, .mg_97, .mg_98, .mg_99, .mg_100
	{
		float: none;
		height: auto;
		width: auto;
	}
}
@media screen and (max-width: 550px)
{
	.mmg_0,
	.mmg_1, .mmg_2, .mmg_3, .mmg_4, .mmg_5,
	.mmg_6, .mmg_7, .mmg_8, .mmg_9, .mmg_10,
	.mmg_11, .mmg_12, .mmg_13, .mmg_14, .mmg_15,
	.mmg_16, .mmg_17, .mmg_18, .mmg_19, .mmg_20,
	.mmg_21, .mmg_22, .mmg_23, .mmg_24, .mmg_25,
	.mmg_26, .mmg_27, .mmg_28, .mmg_29, .mmg_30,
	.mmg_31, .mmg_32, .mmg_33, .mmg_34, .mmg_35,
	.mmg_36, .mmg_37, .mmg_38, .mmg_39, .mmg_40,
	.mmg_41, .mmg_42, .mmg_43, .mmg_44, .mmg_45,
	.mmg_46, .mmg_47, .mmg_48, .mmg_49, .mmg_50,
	.mmg_51, .mmg_52, .mmg_53, .mmg_54, .mmg_55,
	.mmg_56, .mmg_57, .mmg_58, .mmg_59, .mmg_60,
	.mmg_61, .mmg_62, .mmg_63, .mmg_64, .mmg_65,
	.mmg_66, .mmg_67, .mmg_68, .mmg_69, .mmg_70,
	.mmg_71, .mmg_72, .mmg_73, .mmg_74, .mmg_75,
	.mmg_76, .mmg_77, .mmg_78, .mmg_79, .mmg_80,
	.mmg_81, .mmg_82, .mmg_83, .mmg_84, .mmg_85,
	.mmg_86, .mmg_87, .mmg_88, .mmg_89, .mmg_90,
	.mmg_91, .mmg_92, .mmg_93, .mmg_94, .mmg_95,
	.mmg_96, .mmg_97, .mmg_98, .mmg_99, .mmg_100
	{
		float: none;
		height: auto;
		width: auto;
	}
}
@media print
{
	.mg_0,
	.mg_1, .mg_2, .mg_3, .mg_4, .mg_5,
	.mg_6, .mg_7, .mg_8, .mg_9, .mg_10,
	.mg_11, .mg_12, .mg_13, .mg_14, .mg_15,
	.mg_16, .mg_17, .mg_18, .mg_19, .mg_20,
	.mg_21, .mg_22, .mg_23, .mg_24, .mg_25,
	.mg_26, .mg_27, .mg_28, .mg_29, .mg_30,
	.mg_31, .mg_32, .mg_33, .mg_34, .mg_35,
	.mg_36, .mg_37, .mg_38, .mg_39, .mg_40,
	.mg_41, .mg_42, .mg_43, .mg_44, .mg_45,
	.mg_46, .mg_47, .mg_48, .mg_49, .mg_50,
	.mg_51, .mg_52, .mg_53, .mg_54, .mg_55,
	.mg_56, .mg_57, .mg_58, .mg_59, .mg_60,
	.mg_61, .mg_62, .mg_63, .mg_64, .mg_65,
	.mg_66, .mg_67, .mg_68, .mg_69, .mg_70,
	.mg_71, .mg_72, .mg_73, .mg_74, .mg_75,
	.mg_76, .mg_77, .mg_78, .mg_79, .mg_80,
	.mg_81, .mg_82, .mg_83, .mg_84, .mg_85,
	.mg_86, .mg_87, .mg_88, .mg_89, .mg_90,
	.mg_91, .mg_92, .mg_93, .mg_94, .mg_95,
	.mg_96, .mg_97, .mg_98, .mg_99, .mg_100
	{
		float: none;
		height: auto;
		width: auto;
	}
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@     /|\                                                                @@*/
/*@@      |                                            Magnesium Grid END   @@*/
/*@@      |                                                                 @@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@      |                                                                 @@*/
/*@@      |                                         Magnesium Table START   @@*/
/*@@     \|/                                                                @@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*
Magnesium Table 1.0.0.0
http://mg.drazzil.org/table

   Copyright 2013 The Drazzil Project

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
*/
.mg_table{display:table;width:100%}
.mg_tr{display:table-row}
.mg_td{display:table-cell}
.mg_td_0{display:table-cell;width:0%}
.mg_td_1{display:table-cell;width:1%}
.mg_td_2{display:table-cell;width:2%}
.mg_td_3{display:table-cell;width:3%}
.mg_td_4{display:table-cell;width:4%}
.mg_td_5{display:table-cell;width:5%}
.mg_td_6{display:table-cell;width:6%}
.mg_td_7{display:table-cell;width:7%}
.mg_td_8{display:table-cell;width:8%}
.mg_td_9{display:table-cell;width:9%}
.mg_td_10{display:table-cell;width:10%}
.mg_td_11{display:table-cell;width:11%}
.mg_td_12{display:table-cell;width:12%}
.mg_td_13{display:table-cell;width:13%}
.mg_td_14{display:table-cell;width:14%}
.mg_td_15{display:table-cell;width:15%}
.mg_td_16{display:table-cell;width:16%}
.mg_td_17{display:table-cell;width:17%}
.mg_td_18{display:table-cell;width:18%}
.mg_td_19{display:table-cell;width:19%}
.mg_td_20{display:table-cell;width:20%}
.mg_td_21{display:table-cell;width:21%}
.mg_td_22{display:table-cell;width:22%}
.mg_td_23{display:table-cell;width:23%}
.mg_td_24{display:table-cell;width:24%}
.mg_td_25{display:table-cell;width:25%}
.mg_td_26{display:table-cell;width:26%}
.mg_td_27{display:table-cell;width:27%}
.mg_td_28{display:table-cell;width:28%}
.mg_td_29{display:table-cell;width:29%}
.mg_td_30{display:table-cell;width:30%}
.mg_td_31{display:table-cell;width:31%}
.mg_td_32{display:table-cell;width:32%}
.mg_td_33{display:table-cell;width:33%}
.mg_td_34{display:table-cell;width:34%}
.mg_td_35{display:table-cell;width:35%}
.mg_td_36{display:table-cell;width:36%}
.mg_td_37{display:table-cell;width:37%}
.mg_td_38{display:table-cell;width:38%}
.mg_td_39{display:table-cell;width:39%}
.mg_td_40{display:table-cell;width:40%}
.mg_td_41{display:table-cell;width:41%}
.mg_td_42{display:table-cell;width:42%}
.mg_td_43{display:table-cell;width:43%}
.mg_td_44{display:table-cell;width:44%}
.mg_td_45{display:table-cell;width:45%}
.mg_td_46{display:table-cell;width:46%}
.mg_td_47{display:table-cell;width:47%}
.mg_td_48{display:table-cell;width:48%}
.mg_td_49{display:table-cell;width:49%}
.mg_td_50{display:table-cell;width:50%}
.mg_td_51{display:table-cell;width:51%}
.mg_td_52{display:table-cell;width:52%}
.mg_td_53{display:table-cell;width:53%}
.mg_td_54{display:table-cell;width:54%}
.mg_td_55{display:table-cell;width:55%}
.mg_td_56{display:table-cell;width:56%}
.mg_td_57{display:table-cell;width:57%}
.mg_td_58{display:table-cell;width:58%}
.mg_td_59{display:table-cell;width:59%}
.mg_td_60{display:table-cell;width:60%}
.mg_td_61{display:table-cell;width:61%}
.mg_td_62{display:table-cell;width:62%}
.mg_td_63{display:table-cell;width:63%}
.mg_td_64{display:table-cell;width:64%}
.mg_td_65{display:table-cell;width:65%}
.mg_td_66{display:table-cell;width:66%}
.mg_td_67{display:table-cell;width:67%}
.mg_td_68{display:table-cell;width:68%}
.mg_td_69{display:table-cell;width:69%}
.mg_td_70{display:table-cell;width:70%}
.mg_td_71{display:table-cell;width:71%}
.mg_td_72{display:table-cell;width:72%}
.mg_td_73{display:table-cell;width:73%}
.mg_td_74{display:table-cell;width:74%}
.mg_td_75{display:table-cell;width:75%}
.mg_td_76{display:table-cell;width:76%}
.mg_td_77{display:table-cell;width:77%}
.mg_td_78{display:table-cell;width:78%}
.mg_td_79{display:table-cell;width:79%}
.mg_td_80{display:table-cell;width:80%}
.mg_td_81{display:table-cell;width:81%}
.mg_td_82{display:table-cell;width:82%}
.mg_td_83{display:table-cell;width:83%}
.mg_td_84{display:table-cell;width:84%}
.mg_td_85{display:table-cell;width:85%}
.mg_td_86{display:table-cell;width:86%}
.mg_td_87{display:table-cell;width:87%}
.mg_td_88{display:table-cell;width:88%}
.mg_td_89{display:table-cell;width:89%}
.mg_td_90{display:table-cell;width:90%}
.mg_td_91{display:table-cell;width:91%}
.mg_td_92{display:table-cell;width:92%}
.mg_td_93{display:table-cell;width:93%}
.mg_td_94{display:table-cell;width:94%}
.mg_td_95{display:table-cell;width:95%}
.mg_td_96{display:table-cell;width:96%}
.mg_td_97{display:table-cell;width:97%}
.mg_td_98{display:table-cell;width:98%}
.mg_td_99{display:table-cell;width:99%}
.mg_td_100{display:table-cell;width:100%}
@media screen and (max-width: 767px)
{
	.mg_table{display:block;width:auto}
	.mg_tr{display:block}
	.mg_td{display:block}
	.mg_td_0,
	.mg_td_1, .mg_td_2, .mg_td_3, .mg_td_4, .mg_td_5,
	.mg_td_6, .mg_td_7, .mg_td_8, .mg_td_9, .mg_td_10,
	.mg_td_11, .mg_td_12, .mg_td_13, .mg_td_14, .mg_td_15,
	.mg_td_16, .mg_td_17, .mg_td_18, .mg_td_19, .mg_td_20,
	.mg_td_21, .mg_td_22, .mg_td_23, .mg_td_24, .mg_td_25,
	.mg_td_26, .mg_td_27, .mg_td_28, .mg_td_29, .mg_td_30,
	.mg_td_31, .mg_td_32, .mg_td_33, .mg_td_34, .mg_td_35,
	.mg_td_36, .mg_td_37, .mg_td_38, .mg_td_39, .mg_td_40,
	.mg_td_41, .mg_td_42, .mg_td_43, .mg_td_44, .mg_td_45,
	.mg_td_46, .mg_td_47, .mg_td_48, .mg_td_49, .mg_td_50,
	.mg_td_51, .mg_td_52, .mg_td_53, .mg_td_54, .mg_td_55,
	.mg_td_56, .mg_td_57, .mg_td_58, .mg_td_59, .mg_td_60,
	.mg_td_61, .mg_td_62, .mg_td_63, .mg_td_64, .mg_td_65,
	.mg_td_66, .mg_td_67, .mg_td_68, .mg_td_69, .mg_td_70,
	.mg_td_71, .mg_td_72, .mg_td_73, .mg_td_74, .mg_td_75,
	.mg_td_76, .mg_td_77, .mg_td_78, .mg_td_79, .mg_td_80,
	.mg_td_81, .mg_td_82, .mg_td_83, .mg_td_84, .mg_td_85,
	.mg_td_86, .mg_td_87, .mg_td_88, .mg_td_89, .mg_td_90,
	.mg_td_91, .mg_td_92, .mg_td_93, .mg_td_94, .mg_td_95,
	.mg_td_96, .mg_td_97, .mg_td_98, .mg_td_99, .mg_td_100
	{
		display: block;
		width: auto;
	}
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@     /|\                                                                @@*/
/*@@      |                                           Magnesium Table END   @@*/
/*@@      |                                                                 @@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/