
/* CONTAINERS */
#main {
	background-color: #eeeeee;
}
#header, #footer {
    box-sizing: border-box;
    margin: auto;
    width: 100%;
    background-color: #dddddd;
    padding: 10px;
}
#header {
    overflow: unset;
    position: sticky;
    top: 0;
    z-index: 101;
}
#page, .panel {
	background-color: #000000;
	min-height: 30px;
}

#page_navigation {
	display: none;
}

.fullsizebutton [id^=link], .fullsizebutton a, .fullsizebutton button .fullwidth {
	width: 100%;
}		  	

/* TEXTS */
body, div, h1, h2, span, p, a, li, tr, td, table, button, nav {
	color: #cccccc;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
form, input, h1, h2, span, p, a, li, tr, td, table, button, nav {
	margin: 3px;
}
button {
	color: #333333;
	white-space: normal;
}

h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
p {
    font-size: 15px;
    margin-bottom: 10px;

}
input {
	white-space: normal;
}
a {
	color: #00aa00;
	text-decoration: none;
    background-color: transparent;
	cursor: pointer;
}
	a:hover {
		color: #227722;
		text-decoration: underline;
	}
td {
	vertical-align: top;
}
strong {
	color: white;
}
.small {
	font-size: small;
}

.dialogbox {
	position: absolute;
	min-width: 200px;
	max-width: 90%;
	width: auto;
	min-height: 50px;
	max-height: 90%;
	height: auto;
	margin: auto;
	background: white;
	display: none;
	z-index: 10000;
	padding: 30px;
	box-sizing: border-box;
}
	.dialogbox_close {
		position: absolute;
		width: 30px;
		height: 25px;
		top: -5px;
		padding-top: 5px;
		right: -5px;
		background: red;
		color: white;
		text-align: center;
		border: 1px solid white;
		text-decoration: none;
		cursor: pointer;
	}
		.dialogbox_close:hover {
			background: white;
			color: red;
			border: 1px solid red;
		}
	.dialogbox_text {
		overflow: auto;
		padding: 20px;
	}

/* NAVIGATION */
nav {
}
nav ul li {
	float: right;
    margin: 0;
    padding: 0px;
    padding-left: 40px;
    list-style: none;
}

/* CONTENT */
.login, .lang {
	position: initial;
}
.invisible {
	display: none;
}
[id^=user_login_toggle], [id^=lang_toggle] {
	display: none;
	position: absolute;
	background: black;
	margin-top: 10px;
	margin-left: 2px;
	padding: 10px;
	z-index: 1000;
	outline: gray solid 2px;
	overflow: auto;
}
[id^=lang_toggle] {
	max-height: 247px;
}
.lang_toggle_languages a {
	display: block;
	padding-bottom: 20px;
}
.lang_toggle_languages a:last-child {
	padding-bottom: 0;
}
.user_lang {
	cursor: pointer;
	margin: 3px;
}
.user_lang_img {
	background-image: url(https://www.femdosland.com/css/icons/lang_globe.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	display: inline-block;
	height: 15px;
	margin: 0;
	padding: 0;
}
	.user_lang:hover .user_lang_img {
		background-image: url(https://www.femdosland.com/css/icons/lang_globe_hover.svg);
	}
	.user_lang:hover a {
		color: #227722;
		text-decoration: underline;
	}
[id^=user_login_toggle] input[type="submit"] {
	padding: 15px;
	font-weight: bold;
	margin: 15px 0;
}
.login_content_div  {
	border: 1px solid gray;
    padding: 40px;
    margin: 0 20px 20px 20px;	
}
	.login_content_div:hover  {
		border: 1px solid white;

	}
.user_login {
	margin: 3px;
}
#patreonDetails {
	display: none;
}

button, input[type="submit"] {
	padding: 5px;	
}

.patreonbutton {
	display: inline-block;
    padding: 20px 20px 20px 170px;
	background-image: url(https://www.femdosland.com/css/Patreon_White.png);
	background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
}
.patreonbutton:hover {
    color: white;
    text-decoration: underline;
    outline: 1px solid white;
}
.button_save {
    margin: 10px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: red;
    color: white;
    cursor: pointer;
}
.button_save:hover {
    background: #009900;
    color: white;
}
.playTheGameButton {
    padding: 30px;
    // width: calc(100% - 60px);
    text-align: center;	
}
.playTheGameButton a {
    color: #ffffff;
	font-size: 24px;
	padding: 30px;
    border: 1px solid #aaaaaa;	
}
.playTheGameButton a:hover {
    border: 1px solid #ffffff;	
}
.buttonbig {
	display: inline-block;
    color: white;
    padding: 20px;
    border: 1px solid #aaaaaa;
    width: auto;
    cursor: pointer;
}   
.buttonbig:hover {
    border: 1px solid #ffffff;
    background-color: #333333;
    color: white;
}
img {

}
.imageOnclickFullscreen {
	cursor:zoom-in;
}


.actual, .actual td {
	font-weight: bold;
	color: white; 
}

.save, .red {
	background: #990000;
}

.load, .green {
	background: #009900;
}
.save, .load, .red, .green {
	color: white;
}
.termsAcceptanceEntrance button {
	margin: 10px;
	padding: 10px;
}
.termsAcceptanceEntrance button:disabled {
	background: #335533;
	border-color: #00000000;
}
.GameTalker, #GameStory h3 {
	margin: 10px;
}
#GameNavigation {
	float: left;
	width: 19%;
	height: auto;
	position: relative;
	background: black;
	min-height: 390px;
}
#GameNavigationImage {
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	background-color: #000000;
	cursor: zoom-in;	
}
.GameLoadImage {
	width: 100%;
    height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	background-color: #000000;
	cursor: zoom-in;
	float: left;
}
.GamePersonImage {
	width: 100px;
    height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	background-color: #000000;   
}
.GamePersonImageZoom {
    width: 140px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    background-color: #000000;
    cursor: zoom-in;
    float: left;
}
.GameInventoryLinesUp td {
    border-top: 1px solid #444444;
}
.GameInventoryPopis td {
	border-bottom: 1px solid #444444;
	padding-bottom: 20px;
}
.GameInvetoryItemPhoto {
    width: 70px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    background-color: #000000;
    cursor: zoom-in;
    float: right;
}
.GameInventoryJmeno {
	cursor: help;
}
.GameInventoryPopis {
	display: none;
}


.gamePersonTable {
	cursor: pointer;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	height: 60px;
    margin: 5px 0;
}
	.gamePersonTable:hover {
		border-color: #777777;
		background-color: #000000;
	}
	.gamePersonTable h4 {
		width: calc(100% - 100px);
	    margin: 0px;
	    margin-top: 10px;
	}

	.personToggleTextPhoto {
		display: none;
	}

.gameSaveTable {
	border-top: 1px solid #777777;
    margin-top: 10px;
    padding-top: 10px;
}

.gameSaveTableSlot {
	width: 100%;
	margin: 10px 0;
}
	.gameSaveTableSlot a {
		color: white;
		font-weight: bold;
		text-decoration: none; 
		cursor: help;     
	}
	.gameSaveTableSlot a:hover {
		color: white;
		font-weight: bold;
		text-decoration: none;
	}
	[id^=gameSceneSlotText] {
		display: none;
	}
.gameSaveTableFoto {
	width: 55%;
	float: left;
}
.gameSaveTableAction {
	width: 35%;
	float: right;
}
	
.gameSaveTableForm {
	width: 100%;
	text-align: center;
	float: none;
	clear: both;
}
.gameSaveTableForm input {
	background: #777700;
	color: white;
}

.container {
  position: relative;
  width: 50%;
}

.game_map_icon_container {
	text-align: center;
    position: relative;
}
	.game_map_icon_container form {
		margin: 0;
		padding: 0;
	}
	.game_map_icon_container input[type="submit"] {
    	margin: 0 0 10px 0;
    	text-align: left;
    	width: 100%;
		padding: 20px 80px 20px 20px;
	    background-color: #000000;
	    color: #cccccc;
	    background-image: url(../public/files/images/map_icon.png);
	    background-repeat: no-repeat;
	    background-size: contain;
	    background-position: right center;
	    cursor: pointer;
	    border: 1px solid #444444;
	    color: #cccccc;
	    font-family: 'Roboto', sans-serif;
	    font-weight: bold;
	    font-size: 1.17em;
	}
	.game_map_icon_container input[type="submit"]:hover {
	    background-color: #333333;
	    color: #ffffff;
	    border: 1px solid #ffffff;
	}

.game_day1_info {
  	margin: 0 0 10px 0;
  	text-align: left;
  	width: 100%;
	padding: 20px;
    background-color: #000000;
    color: #cccccc;
	border: 1px solid #444444;
    color: #cccccc;
    box-sizing: border-box;
}
.game_day1_info table {
	width: 100%;
	padding: 0;
	margin: 0;
}
	.game_day1_info table .game_day1_info_bold td {
		font-family: 'Roboto', sans-serif;
	    font-weight: bold;
	    font-size: 1.17em;
	}
	.game_day1_info table .game_day1_info_bold td:first-child {
		width: 85px;
	}
	.game_day1_info span {
	  	display: block;
	  	position: relative;
	  	margin-top: -23px;
	  	top: 21px;
	  	z-index: 1;
	}
	.game_day1_info p {
		margin: 0;
		padding: 0;
	  	position: relative;
	  	z-index: 2;
	}
	

#GameScene {
	float: left;
	width: 59%;
	height: 35vw;
	background-color: #000000;
	position: relative;
	cursor: zoom-in;
}
.reminders-list {
	width: 100%;
	margin: 0;
	padding: 0;
}
	.reminders-list tr {
	}
		.reminders-list tr td {
			border: 1px solid #333333;
		    vertical-align: middle;

		    border-bottom: 1px solid #777777;
		}
#NoPermitionsGameScene {
	float: left;
	width: 59%;
	background-color: #000000;
	position: relative;
	margin-bottom: 50px;
}
.gameSceneImage, .gameSceneAnimation {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.gameRandomImage {
	width: 150px;
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: zoom-in;
	background-color: #000000;
}
#gameScene0, #gameSceneAnimation0 {
 	background-color: black; 
	background-image: url('../game/loading.gif'); 
	display: none;
	z-index: 2;
}
#GameSituation {
	position: relative;
	float: left;
	width: 22%;
	// height: 35vw;
	background: black;
}

#GameStory {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
#GameActions {
	position: relative;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	margin-top: 50px;
}
	#GameActions form {
		width: 100%;
		margin: 0px;
		margin-bottom: 20px;
	}
	#GameActions form input {
		width: calc(100% - 6px);
	}
	#GameActions .gameactioninput {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#GameActions .gameactioninput input[type="text"]{
		background: #444444;
    	color: white;
	}
	#GameActions .characterChange {
		cursor: pointer;
		color: #999999;
		font-size: 14px;
	    text-align: center;
	    display: block;
	    margin: 0;
	}
		#GameActions .characterChangeItems {
			display: none;
			margin: 0;
		}

.minwidth100 {
	min-width: 100px;
}


.acpect {
	position: relative;	
    width: 80%;
}
.ratio {
	position: relative;
    padding-bottom: calc(100% * 6 / 10);
}

.game_map {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000000;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
	.game_map_clone {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #00000099;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.game_map_goto {
		width: 50px;
	    height: 50px;
	    background-color: #77ff0099;
	    border-radius: 50%;
	    border: 2px solid #ffffff99;
	    position: absolute;
	    animation: gamemapanim 3s infinite;
	    cursor: pointer;
	}
	.game_map_goto:hover { 
		animation-play-state:paused;
		border-color: #ffffff;
	}
	.game_map_jsemtady {
		background-color: #7700ff99;
	    border-radius: 10px;
		animation-play-state: paused;	
	}
	@keyframes gamemapanim {
		0% {
           border-color: #00aa00;
     	}
        50% {
           border-color: #ffffff;
     	}
     	100% {
           border-color: #00aa00;
     	}
     }
		.game_map_goto_popis {
			width: 220px;
		    position: absolute;
		    display: none;
		    background: #227700dd;
		    border: 2px solid #ffffff99;
		    border-radius: 10px;
		    cursor: default;
		    z-index: 100;
		}
			.game_map_goto_popis h3, .game_map_goto_popis h4, .game_map_goto_popis p {
				margin: 10px;
			}
			.game_map_goto_popis p {
				margin-bottom: 40px;
			}
			.game_map_goto_popis form {
				bottom: 0;
			    right: 0;
			    position: absolute;
			}

.ofg_votes_table {
	width: 100%;
    margin: 0;
    padding: 0;
}
	.ofg_votes_table th {
		text-align: left;
	    font-size: large;
	    border-bottom: 1px solid #777777;
	}
	.ofg_votes_table td {
	    border-bottom: 1px solid #777777;
	}
	.ofg_votes_table .no_border td {
	    border-bottom: 0px solid #000000;
	}
	.ofg_votes_table tr:hover td {
	    background-color: #333333; 
	}
	.ofg_votes_table .minwidth100 {
		min-width: 230px;
	}
	.ofg_votes_table .nohover:hover td {
	    background-color: #000000;
	}
			
.ofg_votes {
	margin: 0;
	padding: 0;
	float: left;
}
	.ofg_votes input {
		margin: 0;
		cursor: pointer;
	}
	.ofg_votes input:hover {
		background: #00aa00;
	}
.fullScreen {
    position: fixed!important;
    z-index: 1000!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    cursor: zoom-out!important;
}
.nadpis_klik_box {
	height: 20px;
	overflow: hidden;
	border: 1px solid #444444;
	padding: 10px;
	position: relative;
	background-position: right 10px top 10px;
    background-size: 20px;
    background-repeat: no-repeat;
}
	.nadpis_klik_box.heightMax {
		background-position: right 20px top 20px;
	}
	.nadpis_klik_box h3 {
		position: relative;
		margin: 0 0 20px 0;
		padding: 0;
		cursor: pointer;
		
	}
		.nadpis_klik_box:hover h3 {
			color: #ffffff;
			
		}
		.nadpis_klik_box:hover {
			background-color: #333333; 
			
		}
	.nadpis_klik_box th {
		text-align: left;
		vertical-align: top;				
	}
	.nadpis_klik_box td {
		color: #aaaaaa;	
		vertical-align: top;	
	}
.icon_map {
	background-image: url(icons/map.png);
}
.icon_quality {
	background-image: url(icons/quality.png);
}
.icon_condition {
	background-image: url(icons/condition.png);
}
.icon_progress {
	background-image: url(icons/progress.png);
}
.icon_characters {
	background-image: url(icons/characters.png);
}
.icon_map:hover {
	background-image: url(icons/mapwhite.png);
}
.icon_quality:hover {
	background-image: url(icons/qualitywhite.png);
}
.icon_condition:hover {
	background-image: url(icons/conditionwhite.png);
}
.icon_progress:hover {
	background-image: url(icons/progresswhite.png);
}
.icon_characters:hover {
	background-image: url(icons/characterswhite.png);
}
.icon_skills {
	background-image: url(icons/skills.png);
}
.icon_skills:hover {
	background-image: url(icons/skillswhite.png);
}
.icon_inventory {
	background-image: url(icons/inventory.png);
}
.icon_inventory:hover {
	background-image: url(icons/inventorywhite.png);
}
.icon_walkthrough {
	background-image: url(icons/walkthrough.png);
}
.icon_walkthrough:hover {
	background-image: url(icons/walkthroughwhite.png);
}
.qualityQuick {
	font-size: 14px; 
	margin-left: 14px;
}


.personHeightMax {
	width: 50%;
    display: block;
    height: 50%;
    position: fixed;
    left: 25%;
    top: 25%;
    z-index: 500;
    background: #333333;
    padding: 20px;
}
.maxScroll {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.gameStatistics, .gameStatistics h2, .gameStatistics p, .gameStatistics table tr td, .gameStatistics table tr th {
	color: #777777
}
	.gameStatistics table {
		border-collapse: collapse;
		width: 95%;
		border: 2px solid black;
		text-align: center;
	}
		.gameStatistics table tr td, .gameStatistics table tr th {
			border-collapse: collapse;
			border: 1px solid #777777;
			padding: 5px;
		}
		.gameStatistics table tr:nth-child(even) td {
			background: #eaeaea;
		}
		.gameStatistics table tr:nth-child(odd) td {
			background: #d0d0d0;
		}
	
/* WalkThrough */
.walkthrough {

}
#walk_filtr_nadpis {
	float: left;
}
.walkth_filtr_width {
	width: 100%;
	text-align: right;
	position: sticky;
	top: 0;
	right: 0;
}
	.walkthrough_filtr {
		text-align: left;
		display: inline-block;
	    background: #000000;
	    z-index: 10;
	    border: 1px solid white;
	    padding: 20px;
	    height: 20px;
	    overflow: hidden;
	}
		.walkthrough_filtr h3 {
			position: relative;
		    margin: 0 0 20px 0;
		    padding: 0;
		    cursor: pointer;
		}
		.walkthrough_filtr h4 {
			margin: 10px 0 10px 0;
		}


.skillschangeinfo {
	display: none;
	position: relative;
}
	.skillschangeinfoabs {
		width: 300px;
		max-height: 300px;
		position: absolute;
	    background: black;
	    right: 0;
	    top: 30px;
	    border: 1px solid white;
	    padding: 5px;
	    z-index: 10;
	    overflow: auto;
	}
		.skillschangeinfoabsscroll {
			width: 100%;
			position: relative;
		}
	.skillschangeclick {
		    display: block;
		    /* position: absolute; */
		    width: 100%;
		    /* bottom: 0; */
		    /* height: 100%; */
		    /* background: rebeccapurple; */
		    margin: 0px;
		    padding: 7px 0;
		    cursor: help;
		    text-align: center;	
	}

.clickable {
	display: inline-block;
    padding: 20px;
    color: white;
    cursor: pointer;
}
.clickable:hover {
    color: white;
    text-decoration: underline;
    outline: 1px solid white;
}
.walkthrough-container {
	margin: 0 10px;
	padding: 10px;
	border: 1px solid white;
	overflow: auto;
}
#walkthrough_list {
	display: none;
	max-height: 70%;
	position: relative;
}
.walkthrough_action {
    padding: 20px;
    border: 1px solid #aaaaaa;
    margin: 10px;
}
	.walkthrough_action h2 {
		cursor: help;
	}
		.walkthrough_action h2:hover {
			text-decoration: underline;
		}
	.walkthrough_action [id^=detail_sceny] {
		display: none;
	}
.walkthrough_action:hover {
    background-color: #333333;
}
.walktable, .walktable th, .walktable td {
  border: 1px solid gray;
  border-collapse: collapse;
}
.walktable tr:hover td {
  background-color: #333333;
}
.WaklActualScene {
	background: white;
	color: black;
}
	
.heightMax {
	height: auto;
	overflow: visible;
	padding: 20px;
}
	
/* RESPONSIBLE */
@media screen and (max-height: 720px) {
	.walkth_filtr_width {
		position: relative;
	}
}
@media screen and (max-width: 1370px) {   /* 8 dílků */
	.cols {
		width: 100%;
	}
	.cols1 {
		width: 12.5%;
	}
	.cols10 {
		width: 100%;
	}
	.cols11 {
		width: 100%;
	}
	.cols12 {
		width: 100%;
	}
	.cols2 {
		width: 25%;
	}
	.cols3 {
		width: 37.5%;
	}
	.cols4 {
		width: 50%;
	}
	.cols5 {
		width: 62.5%;
	}
	.cols6 {
		width: 75%;
	}
	.cols7 {
		width: 87.5%;
	}
	.cols8 {
		width: 100%;
	}
	.cols9 {
		width: 100%;
	}
}
@media screen and (max-width: 1030px) { /* 6 dílků */
	.cols {
		width: 100%;
	}
	.cols1 {
		width: 16.6666%;
	}
	.cols10 {
		width: 100%;
	}
	.cols11 {
		width: 100%;
	}
	.cols12 {
		width: 100%;
	}
	.cols2 {
		width: 33.3333%;
	}
	.cols3 {
		width: 50%;
	}
	.cols4 {
		width: 66.6666%;
	}
	.cols5 {
		width: 83,3333%;
	}
	.cols6 {
		width: 100%;
	}
	.cols7 {
		width: 100%;
	}
	.cols8 {
		width: 100%;
	}
	.cols9 {
		width: 100%;
	}
}

@media screen and (max-width: 780px) { /* 4 dílky */
	.cols {
		width: 100%;
	}
	.cols1 {
		width: 25%;
	}
	.cols10 {
		width: 100%;
	}
	.cols11 {
		width: 100%;
	}
	.cols12 {
		width: 100%;
	}
	.cols2 {
		width: 50%;
	}
	.cols3 {
		width: 75%;
	}
	.cols4 {
		width: 100%;
	}
	.cols5 {
		width: 100%;
	}
	.cols6 {
		width: 100%;
	}
	.cols7 {
		width: 100%;
	}
	.cols8 {
		width: 100%;
	}
	.cols9 {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {     /* 3 dílky */
	.cols {
		width: 100%;
	}
	.cols1 {
		width: 33.3333%;
	}
	.cols10 {
		width: 100%;
	}
	.cols11 {
		width: 100%;
	}
	.cols12 {
		width: 100%;
	}
	.cols2 {
		width: 66.6666%;
	}
	.cols3 {
		width: 100%;
	}
	.cols4 {
		width: 100%;
	}
	.cols5 {
		width: 100%;
	}
	.cols6 {
		width: 100%;
	}
	.cols7 {
		width: 100%;
	}
	.cols8 {
		width: 100%;
	}
	.cols9 {
		width: 100%;
	}
}
@media screen and (max-width: 430px) {     /* 2 dílky */
	.cols {
		width: 100%;
	}
	.cols1 {
		width: 50%;
	}
	.cols10 {
		width: 100%;
	}
	.cols11 {
		width: 100%;
	}
	.cols12 {
		width: 100%;
	}
	.cols2 {
		width: 100%;
	}
	.cols3 {
		width: 100%;
	}
	.cols4 {
		width: 100%;
	}
	.cols5 {
		width: 100%;
	}
	.cols6 {
		width: 100%;
	}
	.cols7 {
		width: 100%;
	}
	.cols8 {
		width: 100%;
	}
	.cols9 {
		width: 100%;
	}
}

@media screen and (max-width: 330px) {   /* 1 dílek */
	.cols {
		width: 100%;
	}
	.cols1 {
		width: 100%;
	}
	.cols10 {
		width: 100%;
	}
	.cols11 {
		width: 100%;
	}
	.cols12 {
		width: 100%;
	}
	.cols2 {
		width: 100%;
	}
	.cols3 {
		width: 100%;
	}
	.cols4 {
		width: 100%;
	}
	.cols5 {
		width: 100%;
	}
	.cols6 {
		width: 100%;
	}
	.cols7 {
		width: 100%;
	}
	.cols8 {
		width: 100%;
	}
	.cols9 {
		width: 100%;
	}
}