@charset "utf-8";
/*****************
* @this - Styles for screens 480 to 960
*****************/

#user_header {
  width: 200px;
  height: 60px;
}

#menu_container {
  height: calc(100% - 60px); /* minus #user_header height */
}

#user_content {
  margin-top: -60px;
  height: calc(100% - 20px); /* minus top and bottom padding */
}