/* #################################################################### VARIABLES ########## */
/* Font size of body text, headers are resized relative to this */
/* Default color of body text */
/* Color of highlighted text/headers, if any */
/* Color of line separators */
/*
	Change $env according to the development environment:	
	Local:
		$env: 'http://localhost:8888';
	Live:
		$env: 'https://news.bbcimg.co.uk';
*/
/* #################################################################### STYLING ########## */
#newsspec_6102-numbers {
  /* Margins separating task from rest of article */
  margin: 1em 0 1em 0;
  /* Maximum width  and default width */
  width: 100%;
  max-width: 624px;
  /* Default font */
  color: white;
  font-size: 1.125em;
  background-color: black;
  /* CSS Resetting */
  /* ############################################################# MEDIA QUERIES ######### */
  /* Mobile landscape */
  /* Tablet landscape */ }
  #newsspec_6102-numbers p, #newsspec_6102-numbers h4, #newsspec_6102-numbers h3 {
    padding: 0;
    margin: 0;
    font-size: 1em;
    line-height: normal;
    font-size: 100%;
    color: white; }
  #newsspec_6102-numbers h4, #newsspec_6102-numbers h3 {
    color: white;
    font-weight: bold; }
  #newsspec_6102-numbers h4 {
    font-size: 1em;
    display: inline; }
  #newsspec_6102-numbers h3 {
    font-size: 1.8em;
    margin-top: 0.4em; }
  #newsspec_6102-numbers .outer-wrapper {
    background-image: none; }
  #newsspec_6102-numbers .inner-wrapper {
    height: 100%;
    /* IE */
    background: black;
    /* Others - transparency */
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 0;
    /* General list styling */
    /* Outer list */
    /* Inner list */ }
    #newsspec_6102-numbers .inner-wrapper ul {
      padding: 0; }
      #newsspec_6102-numbers .inner-wrapper ul p {
        padding: 0; }
      #newsspec_6102-numbers .inner-wrapper ul li {
        margin: 0.5em;
        list-style-type: none;
        background-image: none;
        padding: 0;
        color: white; }
        #newsspec_6102-numbers .inner-wrapper ul li.separator {
          border-top: 1px solid #cccccc; }
    #newsspec_6102-numbers .inner-wrapper ul.outerlist {
      padding-top: 0.5em;
      padding-bottom: 0.1em; }
    #newsspec_6102-numbers .inner-wrapper ul.innerlist {
      display: none; }
  #newsspec_6102-numbers p.source {
    padding: 0 0 0.1em 0.5em; }
  @media only screen and (min-width: 476px) {
    #newsspec_6102-numbers {
      /* Only download image if screen is actually large enough to display it! */ }
      #newsspec_6102-numbers .inner-wrapper {
        width: 56%; }
      #newsspec_6102-numbers .outer-wrapper {
        /* Adjust these values as appropriate: */
        background: url("https://news.bbcimg.co.uk/news/special/2013/newsspec_6102/img/malala.jpg");
        background-size: cover;
        background-position: right bottom;
        /* We almost never want a repeat */
        background-repeat: no-repeat; } }
  @media only screen and (min-width: 724px) {
    #newsspec_6102-numbers {
      /* Display inner list */ }
      #newsspec_6102-numbers .inner-wrapper ul.innerlist {
        display: block; }
        #newsspec_6102-numbers .inner-wrapper ul.innerlist li {
          padding-left: 0.5em; }
      #newsspec_6102-numbers .outer-wrapper {
        background-size: contain; } }
