 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
	background-color: #a5a5a5;
    margin-left: 50px;
    margin-right: 50px;
    }

p.paragraph {
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
	font-weight:400;
    line-height: 1.4;
    color: #ffffff;	
}

p.header {
 font-family: 'Open Sans', sans-serif;
 font-weight:600;
 text-transform:uppercase;
    font-size: 1em;
    color:white;
    line-height: 1.0;
	 margin-bottom: 4px;
	 margin-top: 3px;
    }
	
div#wrapper {
width: 1024px;
}

div.top
{
width: 95%;
height: 100%;
overflow: hidden;
}

div.tl
{
background-color: #a5a5a5;
float:left;
width:60%;
padding:0px;
border:0px;
margin-top:50px;
}

div.tr
{
overflow: hidden;
background-color: #ffffff;
background-image: url("img/abc_mockup_5_09.png");
background-repeat: repeat;
float:right;
width:26%;
margin-bottom: -99999px;
border:0px;
}

div.trr
{
background-color: #a5a5a5;
float:right;
width:14%;
border:0px;
margin:0px;
 }

div.m
{
width:60em;
padding-top: 1em;
border:0px;
margin:0px;
padding-left: .5em;
}

div.mm
{
float:left;
width: 45em;
padding-right: 5em;
padding-left: .3em;
border:0px;
margin:0px;
}


a:link, a:active, a:visited   
{ text-decoration:none;
   color: inherit; 
}

 a:hover 
 {
 text-decoration:none;
 font-weight: 800;
    cursor:pointer; 
   color: #bb2733; 
 }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
    border: none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi),
       only screen and (max-width: 480px) {

body {
    margin-left: 1.5em;
    margin-top: 1.5em;
    margin-right: 1.5em;
    }
    
div#wrapper {
width: 400px;
} 

p.paragraph {
	margin-top: .5em;
}

div.tl
{
margin-top: 0em;
float:none; 
width: 90%;
}

.shrink {
	width: 25em;
}

div.tr
{
    display: none !important;
    visibility: hidden;
}

div.trr
{
	display: none !important;
    visibility: hidden;
 }

div.mm
{
padding-top: .5em;
padding-right: .25em;
float:none;
width: 25em;
}


.invisible {
    visibility: hidden;
    
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1}
}
}
