@charset "utf-8";

/*
 *	SSDM CSS for Desktop 
 */


#mode {
	background: #00f;
}

#mode:after {
	content: "PC";
}

.mode-pc { display: block !important; }
.mode-tb, 
.mode-sp, 
.no-pc { display: none !important; }

#mm {
	display: none;
}

#panels > div {
	width: calc(25% - 4px);
}
