/*
Theme Name: TSWPromo
Description: Concrete5 FLEXBox Theme
Author: Tony M. O'Con
Author URI: http://www.theshootingwarehouse.com/
Tags: FLEXBox, Website
*/


*{margin:0px; padding:0px;}

html{width:100%; height:100%;font-size:100%; }
body{width:100%; height:100%;background-color: #fff; font-family: verdana !important;position: relative; font-size: 100%;}
	
	/* FLEX CLASSESS */
	.flexParent{display: flex !important;flex-wrap: wrap;}
	.flexObject{flex:1 auto;overflow: hidden;}
	
	/* GLOBALS */
	textarea:focus, input:focus{
    outline: none;
 }
 
 ul{list-style-type: none;display: block;}