@CHARSET "UTF-8";

/**
 *
 * @name:    mDash CMS Framework.
 * @package: mDash, a framework package that allows rapid deployment of websites.
 * @version: 0.1.0
 *
 */

/********************************************************************************
* DO NOT EDIT BELOW UNLESS YOU KNOW WHAT YOU ARE DOING!!
********************************************************************************/

/********************************************************************************
* mobile - min-width: less than 200px	
********************************************************************************/

.mastercontent_content  {
	background-color: rgba(255, 234, 234, 0.5);
	padding: 10px;
	border: 1px dotted #ff0000;
	border-radius: 8px;
	margin: 20px;
}

/********************************************************************************
* min-width: 320px	
********************************************************************************/
@media only screen and (min-width: 320px) {}


/********************************************************************************
* END MEDIA QUERIES 
*********************************************************************************
* ADMIN 
********************************************************************************/


/********************************************************************************
* END ADMIN  
*********************************************************************************
* End File
********************************************************************************/