/*
  Responsive design [Bootstrap] http://twitter.github.com/bootstrap/scaffolding.html#responsive
*/

.rd { width: 950px;}

/* Portrait tablet to landscape and desktop */
/*@media (min-width: 768px) and (max-width: 979px) {*/
  /*.rd { width: 700px; }*/
/*}*/
/* Landscape phone to portrait tablet */
/*@media (max-width: 767px) {*/
  /*.rd { width: 500px; }*/
/*}*/
/* Landscape phones and down */
/*@media (max-width: 360px) {*/
  /*.rd { width: 300px; }*/
/*}*/
