.content {
  width: 100%; background-color: #fff;
  border-top: 0px solid #ccc; }
  .content_container {
    padding-top: 40px; padding-bottom: 40px; }
  .content_header {
    font-size: 200%; font-weight: bold; margin-bottom: 15px; }
  .content_text {
    line-height: 125%;
  }

  /*

    Läsplatta
    --------------------

*/
@media screen and (min-width: 768px) {

  .content_container {
    padding-top: 10px; }

}

/*

    Desktop
    --------------------

*/
@media screen and (min-width: 990px) {}

/*

    TV
    --------------------

*/
@media screen and (min-width: 1200px) {}
