table.apps_download
{
  font-size: 0.9em;
  line-height: 1.5em;
  background-color: #ffffc6;
  margin-left: 0.6em;
}

table.apps_download.single_button
{
  margin: 0;
  width: 100%;
  background-color: #fbf9df;
  font-size: 1.5em;
}


table.apps_download td.description
{
  padding-top: 1.5em;
  padding-left: 1.9em;
  padding-bottom: 1em;
}

table.apps_download.single_button td.description
{
  color: #3194cc;
  font-size: 0.8em;
  padding: 0;
}

table.apps_download td.link
{
  padding-top: 1.5em;
  padding-right: 1.9em;
  padding-left: 0.8em;
  padding-bottom: 1em;
}

table.apps_download.single_button td.link
{
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 1em;
  padding-right: 1em;
}

table.apps_download.single_button td.close
{
  padding-left: 1em;
  padding-right: 1em;
}


table.apps_download td.description div.help_block
{
  padding-top: 1em;
}

table.apps_download td.link a.button
{
  text-align: left;
  padding-left: 2.5em; /* 50px; */
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  height: auto;
  box-shadow: none;
  font-size: 1.4em;
  line-height: 1em;
  /*background-color: #009245;*/
  background-color: #3d9739;
  color: white;
  border-radius: 0.5em; /* 10px; */

  max-width: 6em;

  /*margin-top: 1em;*/
  /*margin-bottom: 1em;*/
}

table.apps_download td.link a.button span.secondary_text
{
  white-space: nowrap;
  font-size: 0.7em;
}
table.apps_download td.link a.button span.main_text
{
  white-space: nowrap;
  font-size: 0.9em;
  font-weight: 500;
}

table.apps_download td.link a.button.apple_link
{
  margin-bottom: 0.8em;
  background-image: url( '../images/apple_bg.png');
  background-repeat: no-repeat;
  background-position: 0.5em center;
  background-size: 17%;
}

table.apps_download td.link a.button.apple_link  span.main_text
{
  font-size: 1em;
}

table.apps_download td.link a.button.google_link
{
  background-image: url( '../images/google_bg.png');
  background-repeat: no-repeat;
  background-position: 0.5em center;
  background-size: 17%;
  /*background-color: #3d9739;*/
}

table.apps_download td.description div.help_block a.more
{
  color: #006BCE;
  white-space: nowrap;
}


table.apps_download.single_button a.close_btn img
{
  width: 50px; /* 35px; */
}
