/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */


	body {
                /*
		background-image: url('../image/metal.jpg');
             
		background-repeat: repeat;
                */
                background: #000;
		font-size: 16px;
		font-weight: 400;
		font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
                overflow: hidden;
                height: 100%;
	}
	
        html {
            height: 100%;
            overflow:hidden;
            -ms-touch-action: none;
        }
	
	li {
		display: list-item;
		text-align: -webkit-match-parent;
	}
	
	ul, ol {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
	}
	
	h2 {
		font-size: 20px;
		font-weight: 400;
		font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
		margin: 10px 0;
	}
	
	li {
		display: list-item;
		text-align: -webkit-match-parent;
	}
	
	hr {
		margin: 0 0;
	}
	
	:-webkit-input-placeholder {
		font-size: 14px;
		color: #CCC;
	}
	
	:-moz-placeholder {
		font-size: 14px;
		color: #CCC;
	}
	
	:-ms-input-placeholder {
		font-size: 14px;
		color: #CCC;
	}
	
	.body {
		width: 100%;
                overflow: hidden;
	}
	
	#graphcontainer, #graphcontainer2, #graphcontainer3 {
		width: 100%;
		margin: 30px 0;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.54);
		-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.54);
		box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.54);
	}
	
	.icon {
		font-family: 'Pictos';
		font-size: 30px;
   		-webkit-font-smoothing: antialiased;
   		text-decoration:none;
   		line-height: 0em;
   		height: 30px;
   		margin: 5px 0;
   		position:relative;
   		text-align:center;
   		display: block;
	}
	
	.icon2 {
		font-family: 'Pictos';
		font-size: 18px;
   		-webkit-font-smoothing: antialiased;
   		text-decoration:none;
   		line-height: 0em;
   		height: 18px;
   		color: #000;
   		margin: 5px 10px;
   		position:relative;
   		text-align:center;
   		display: inline-block;
	}
	
	.icon3 {
		font-family: 'Pictos';
		font-size: 18px;
   		-webkit-font-smoothing: antialiased;
   		text-decoration:none;
   		line-height: 0em;
   		height: 18px;
   		color: inherit;
   		margin: 2px 0 2px 0;
   		position:relative;
   		text-align:center;
   		display: inline-block;
	}
        
	.footericon2 {
		font-family: 'Pictos';
		font-size: 24px;
   		-webkit-font-smoothing: antialiased;
   		text-decoration:none;
   		line-height: 0em;
   		display: inline-block;
   		margin: 10px 0px 0px 0px;
                padding: 0;
   		position:relative;
   		text-align:center;
   		display: inline-block;
                vertical-align: top;
                height: 24px;
	}

	.footericon {
		font-family: 'MyPictos';
		font-weight: normal;
		font-size: 44px;
   		-webkit-font-smoothing: antialiased;
   		text-decoration:none;
   		line-height: 0px;
   		display: inline-block;
   		margin: 0px 0px 0px 0px;
   		padding: 15px 0px 0px 0px;
   		position:relative;
   		text-align:center;
   		display: inline-block;
		vertical-align: top;
		/* scale: 2; */
		height: 12px;
	}

#activetitleaction .footericon {
	margin-top:5px;
	margin-right:5px;
	font-size:34px;
}


.hr1 {
	border: none;
	height: 1px;
	background-color: #CCC;
	margin: 10px 0;
}
	
	

	.header {
		height: 40px;
                margin: 0px;
		background: rgb(69,72,77); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		text-decoration: none;
		color: #000;
                display: block;
                top: 0px;
                left: 0px;
                width: 100%;
                -webkit-border-top-left-radius:4px;
                -moz-border-top-left-radius:4px;
                -o-border-top-left-radius:4px;
                border-top-left-radius:4px;

                -webkit-border-top-right-radius:4px;
                -moz-border-top-right-radius:4px;
                -o-border-top-right-radius:4px;
                border-top-right-radius:4px;                
	}

        .scrollable {
            position: absolute;
            display: block;
            top: 40px; left:0px;
            width: 100%;
            -webkit-box-sizing:border-box;
            -moz-box-sizing:border-box;
            -o-box-sizing:border-box;
            box-sizing:border-box;
            overflow: auto;
            border: 5px solid blue;
            height: 100%;
        }
        
        #page {
            position: relative;

            overflow: none;
            display:-webkit-box;
            display:-moz-box;
            display:-o-box;
            display:box;
        
        
            -webkit-box-orient:horizontal;
            -moz-box-orient:horizontal;
            -o-box-orient:horizontal;
            box-orient:horizontal;
	

            width: 100%;
            padding: 0px;
            margin: 0px;
            float: bottom;
        }

        #maincontent {
            position: relative;
            width: 100%;
            padding: 0px;
            -webkit-box-flex:1;
            -moz-box-flex:1;
            -o-box-flex:1;
            box-flex:1;

            display:block;
        }
        
	#logo {
		color: #fff;
		text-decoration: none;
		padding: 0;
                line-height: 40px;
                vertical-align: middle;
	}
	
        
	.nav {
		float:right;
		display: block;
		list-style: none;
		text-align: right;
	}
	
	.navigation li {
		margin: 10px 0 10px 10px;
		display: inline-block;
		position: relative;
		color: #fff;
	}
	
	.navigation li a {
		text-decoration: none;
		color: #fff;
		padding: 2px 0;
		-webkit-transition:1s;
		-moz-transition:1s;
	}
	
	.navigation li a:hover{
		border-bottom: 1px solid white;
	}
	
	#selected {
		color:#4478b7
	}
	
	#selected:hover {
		border-bottom: 1px solid #4478b7;
	}
	
	.sidenav {
		background-color: #F1F1F1;
		margin: 30px 5px;
		min-height: 85px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.54);
		-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.54);
		box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.54);
		
	}
	

        
	.sidenav li {
		text-align: center;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #fff;
		padding: 0 0;
		-webkit-transition: 0.5s;
		-moz-transition:0.5s;
                
	}
	
	.sidenav li:hover {
		background-color: #fff;
		border-bottom: 1px solid #265A99;
	}
	
	.sidenav li a {
		padding: 10px 0;
		color: #4478B7;
		text-decoration: none;
		font-size: 18px;
		display:block;
	}
	
	.sidenav li a:hover, .icon:hover {
		color:#265A99;
	}

        #notice {
            word-wrap: word-break;
            white-space: normal;
            color: black;
            display: inline;
        }
        
        #notice a:link, #notice a:visited, #notice a:active, #notice a:hover {
            padding: 0;
            text-decoration: underline;
            display: inline;
            margin: 0;
            color: black;
        }
        
        .footer {
                position: absolute;
                bottom: 0px;
                left: 0px;
                float: bottom;
                clear: both;
                width: 100%;
		height: 60px;
                margin: 0px;
		background: rgb(69,72,77); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 50%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(50%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 50%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 50%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 50%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 50%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		text-decoration: none;
		color: #000;
	}
	
	#loginh1 {
		font-size: 30px;
		font-weight: 400;
		font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
		margin: 20px 0;
		text-align:center;
		color: #265a99;
	}
	
	#welcomeh1 {
		font-size: 48px;
		font-weight: bold;
		text-shadow: 0px 2px 7px rgba(50, 50, 50, 0.54);
		font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
		margin: 60px 0 20px 0;
		text-align:center;
		color: #02045E;
	}
	#loginform
    {
        display: block;
        margin-top:15px;
    }
	#loginformold
    {
        display: inline;
    }
	#login, .sidenav, .table-bordered th, #relateselected, #manage_edit,#manage_add, #matchtrips {
		background-color: #DDD;
		background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#AAA));
		background-image: -webkit-linear-gradient(top, white, #AAA);
		background-image: -moz-linear-gradient(top, white, #AAA);
		background-image: -ms-linear-gradient(top, white, #AAA);
		background-image: -o-linear-gradient(top, white, #AAA);
		background-image: linear-gradient(top, white, #AAA);
	}
        
	#login {
		height: 300px;
		min-width: 200px;
                max-width: 465px;
		width: 75%;
		padding: 30px;
		margin: 15px 0px 0px 0px;
		z-index: 0;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
                border: 1px solid #444;
		-webkit-box-shadow: 10px 10px 10px rgba(50, 50, 50, 0.6);
		-moz-box-shadow:    10px 10px 10px rgba(50, 50, 50, 0.6);
		box-shadow:         10px 10px 10px rgba(50, 50, 50, 0.6);

                        /*-webkit-transform: translate3d(0,0,0); /* fix for android phones */
}

        #loginform.loginLandscape {
            max-height:none;
            min-height:0px;
            height:none;
            max-width:none;
            width:none;
        }
        #login.loginLandscape {
            position:absolute;
            left:50%;
            width:500px;
            margin:0px;
            margin-left:-260px;
            max-height:none;
            max-width:none;
            min-width:none;
            min-height:0px;
            height:auto;
            padding:10px;
            padding-bottom:10px;            
        }
	
        #divPeoplePopupBox.loginLandscape {
            position:none;
            left:none;
            margin-left:none;
            top:none;
        }
        #divCrewPopupBox.loginLandscape {
            position:none;
            left:none;
            margin-left:none;
            top:none;
        }
        #divUnitPopupBox.loginLandscape {
            position:none;
            left:none;
            margin-left:none;
            top:none;
        }
        #divVehiclePopupBox.loginLandscape {
            position:none;
            left:none;
            margin-left:none;
            top:none;
        }
        #divMDTLoginTitle.loginLandscape {
            width:100%;
            margin-top:5px;
            margin-bottom:5px;
        }
        #divMDTLoginPickUnit.loginLandscape {
            width:100px;
            float:left;
            text-align:center;
        }
        #divMDTLoginPickPeople.loginLandscape {
            width:300px;
            float:left;
            text-align:center;
        }
        #divMDTLoginButton.loginLandscape {
            width:100px;
            text-align:center;
            float:left;
        }
        #btnMDTLogin.loginLandscape {
            width:100px;
            height:36px;
            line-height:24px;
            margin:8px 0px 10px 0px;
            padding: 5px 0px 5px 0px;
            vertical-align: middle;
        }
        #divMDTLoginBottom.loginLandscape {
            width:100%;
            float:left;
            margin-top:10px;
        }

/*****************************************/
        #loginform.loginPortrait {
            max-height:none;
            min-height:0px;
            height:none;
            max-width:none;
            width:none;
        }
        #login.loginPortrait {
            position:absolute;
            left:50%;
            margin:0px;
            margin-left:-138px;
            width:236px;
            max-height:none;
            max-width:none;
            min-width:0px;
            min-height:0px;
            height:auto;
            padding:20px;   
        }
        
        #divCrewPopupBox.loginPortrait {
            position:none;
            left:none;
            margin-left:none;
            top:none;
        }
        #divUnitPopupBox.loginPortrait {
            position:none;
            left:none;
            margin-left:none;
            top:none;
        }
        #divVehiclePopupBox.loginPortrait {
            position:none;
            left:none;
            margin-left:none;
            top:none;
        }
        #divMDTLoginTitle.loginPortrait {
            width:none;
            margin-top:none;
            margin-bottom:none;
        }
        #divMDTLoginPickUnit.loginPortrait {
            width:none;
            float:none;
        }
        #divMDTLoginPickPeople.loginPortrait {
            width:none;
            float:none;
            text-align:none;
        }
        #divMDTLoginButton.loginPortrait {
            width:none;
            text-align:center;
            float:none;
            padding:0px;
        }
        #btnMDTLogin.loginPortrait {
            width:100px;
            height:36px;
            line-height:24px;
            margin:8px 0px 10px 0px;
            padding: 5px 0px 5px 0px;
            vertical-align: middle;
        }
        #divMDTLoginBottom.loginPortrait {
            width:none;
            float:none;
            width:100%;
            float:left;
            margin-top:10px;
        }
        
/****************************************************/        
	#agency, #username, #password, #assettag,#new_relationship,#new_category, .edituserinputs,#crew1id,#crew2id,#crew3id  {
		background: #F1F1F1!important;
		padding: 15px 15px 15px 15px!important;
		margin: 0 0 10px 2px!important;
		min-width: 170px!important;
		/*width: 365px;*/
                width: 80%!important;
		border: 1px solid #CCC!important;
                
		-moz-border-radius: 5px!important;
		-webkit-border-radius: 5px!important;
		border-radius: 5px!important;
                /*
		-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
		-webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 white;
		box-shadow: 0 1px 1px #CCC inset, 0 1px 0 white;
                */
           /*     -webkit-transform: translate3d(0,0,0); /* fix for android phones */
                -webkit-user-select: text!important;  /* Chrome all / Safari all */
                -moz-user-select: text!important;     /* Firefox all */
                -ms-user-select: text!important;      /* IE 10+ */

                /* No support for these yet, use at own risk */
                -o-user-select: text!important;
                user-select: text!important;  
                /* fix for android phones*/
                  position:relative!important;
                  
                 top:-10000px!important;
                -webkit-transform: translate3d(0, 10000px, 0)!important;
                -moz-transform: translate3d(0, 10000px, 0)!important;
                -ms-transform: translate(0, 10000px)!important;
        
                transform: translate3d(0, 10000px, 0)!important;                

                -webkit-perspective: 1000;
                -webkit-backface-visibility: hidden;
                  
        }
        

	
	#savepwcontainer
        {
            /*margin: 0 0 10px 2px;*/
            padding-left: 15px;
            padding-right: 15px;
            min-width: 170px;
            width: 80%;
            
        }
        
	 #login input[type=text]:focus,#login input[type=password]:focus {
         background-color: rgb(255, 255, 255);
         outline: thin none;
         box-shadow: 0px 0px 0px 1px gray inset;
    }
    
	#login a {
		float:right;
		text-decoration: none;
		margin-top: 10px;
		font-size: 12px;
	}
	
	#submit,#register {
		/*background-color: #FFB94B;*/
                background-color: rgb(60,110,160);
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(60,110,160)), to(rgb(00,40,100)));
		background-image: -webkit-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		background-image: -moz-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		background-image: -ms-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		background-image: -o-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		background-image: linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		border-width: 1px;
		border-style: solid;
		/*border-color: #D69E31 #E3A037 #D5982D #E3A037;*/
                border-color: rgb(00,40,100) rgb(00,40,100) rgb(60,110,160) rgb(60,110,160);
		/*float: left;*/
		margin: 10px 0px;
		height: 55px;
                min-width: 200px; 
		width: 60%;
		cursor: pointer;
		font: bold 15px Helvetica, Arial;
		/*color: #8F5A0A;*/
                color: lightgray;
	}
        
        #submit:hover,#register:hover {
             color: rgba(255,255,128,.9);
        }
	
        #navBarButton, .navBarButton {
		/*background-color: #FFB94B;*/
                background-color: rgb(60,110,160);
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(60,110,160)), to(rgb(00,40,100)));
		background-image: -webkit-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		background-image: -moz-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		background-image: -ms-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		background-image: -o-linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		background-image: linear-gradient(top, rgb(60,110,160), rgb(00,40,100));
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		border-width: 1px;
		border-style: solid;
		/*border-color: #D69E31 #E3A037 #D5982D #E3A037;*/
                border-color: #000 #000 #444 #444;
		/*float: left;*/
                vertical-align: top;
		margin: 4px 0px 0px 15px;
                padding: 0px 0px 0px 0px;
		height: 30px;
                line-height:30px;
		min-width: 75px;
		cursor: pointer;
		font: bold 12px Helvetica, Arial;
		/*color: #8F5A0A;*/
                color: white;
	}
        
        #navBarButton:hover, .navBarButton:hover {
             color: rgba(255,255,128,.9);
        }
        
	.inputcontainer {
		height: 110px;
		background-color: #fff;
		margin-top: 30px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15x;
		border-radius: 15px;
		-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.54);
		-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.54);
		box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.54);
	}
	
	div.inputcontainer h1 {
		display: block;
		margin: 15px 0px 10px 0px;
		font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
                font-weight: 400;
		font-size: 22px;
	}
	
	
	.inputcontainer div {
		display:inline-block;
	}
	
	.inputwrapper {
		margin-left: 0px;
		height: 35px;
		width: 100%;
	}
	
	.playercontainer {
		height: 180px;
		background-color: #fff;
		margin: 30px 0;
		-moz-border-radius: 15px;
		-webkit-border-radius: 150x;
		border-radius: 15px;
		-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.54);
		-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.54);
		box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.54);
	}
	
	.metadata {
		display: inline-block;
		margin-left: 10px;
		margin-top: 5px;
	}
	
	.metadata ul li {
		margin: 2px 0;
		font-size: 14px;
	}
	
	#title {
		background: #F1F1F1;
		padding: 5px 5px;
                margin: 5px 5px 5px 5px;
		width: 80%;
		border: 1px solid #CCC;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
		-webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 white;
		box-shadow: 0 1px 1px #CCC inset, 0 1px 0 white;
	}
	
	#playerinput input:focus {
		background-color: #fff;
		outline: thin none;
	     box-shadow: 0px 0px 0px 1px gray inset;
             
		
	}
	
        input[type=checkbox]
        {
          /* Double-sized Checkboxes */
          -ms-transform: scale(1); /* IE */
          -moz-transform: scale(1); /* FF */
          -webkit-transform: scale(1); /* Safari and Chrome */
          -o-transform: scale(1); /* Opera */
          padding: 8px;
          margin: 0px 5px 0px 0px;
        }
        
	.submitbutton {
		width: 90%;
		height: 35px;
		position: relative;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
		border-width: 1px;
		border-style: solid;
		border-color: #ccc;
		cursor: pointer;
		font: bold 15px Arial, Helvetica;
		color: #ccc;
		-webkit-transition: 0.5s;
		-moz-transition:0.5s;
	}
	
	.submitbutton:hover {
		border: 1px solid #4478b7;
		color: #265a99;
	}
	
	#demo, #demo2 {
		margin: 30px 0px 30px 0px;
		
	}
	
	.table-bordered th, .table-bordered td {
		border-left: 1px solid #DDD;
		border-top: 1px solid #DDD;
		font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
		font-size: 14px;
	}
	
	.table-bordered th:hover {
		color: #4478B7;
	}
	

/* ============================= */
/* ! scaling for retina   */
/* ============================= */
        
@media  
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2) {
 /*use CSS to swap out your low res images with high res ones here*/

 * {
          /*-ms-transform: scale(1); /* IE */
          /*-moz-transform: scale(1); /* FF */
          /*-webkit-transform: scale(1); /* Safari and Chrome */
          /*-o-transform: scale(1); /* Opera */
 }

}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}