/* Dashboard */ h1 img{ padding-right:10px; } div#column-left{ width:280px; margin-right:40px; float:left; } div#account-menu{ background:#721446; padding-bottom:36px; } div#account-menu h4{ padding-top:20px; color:#ffffff; font-size:1em; margin:0 0 0 27px; } div#account-menu a, div#account-menu a:visited{ display:block; height:33px; line-height:33px; color:#585858; font-size:1em; text-align:center; background:#ffffff; margin:21px 20px 0 20px; text-decoration:none; } div#column-right{ width:880px; float:left; } @media screen and (max-width: 1224px) { div#column-left{ width:28%; margin-right:2%; } div#column-right{ width:70%; } } /* Phone */ @media screen and (max-width: 740px) { div#column-left{ width:100%; margin-right:0; float:none; } div#column-right{ width:100%; float:none; } }