@charset "utf-8";

body{

 background-color: #6cf;

}

div.box1{

 background-color: #00f;

}

div.box1 h1,
div.box1 p{

 text-shadow: 1px 1px #000;

}

table.basic tr td:first-child{

 width: 40%;
 color: #fff;
 background-color: #aaa;

}

@media screen and (min-width:600px){

div.box1 h1{

 font-size: 20px;

}

}