﻿@media screen and (max-width: 520px)
{

  div.tf-question-wrapper > .tf-label-wrapper,
  div.tf-question-wrapper > .tf-control-wrapper
  {
    width: 100%;
  }  
}

@media screen and (max-width: 600px)
{
  input.next-question-button
  {
    text-align: center !important;
    text-indent: -9000px;
    background-image: url("images/sprite_formbuttons.png");
  }
}


@media screen and (max-width: 300px)
{
  input.previous-step-button,
  input.next-step-button
  {
    text-indent: -9000px;
    background-position: center center;
    max-width: 60px;
  }
}

@media screen and (max-width: 300px)
{
  .sketch-toptoolbox .sketch-sizeslider-container .sketch-sizeslider
  {
      width:100px;
  }
}*/