@font-face
{
    font-family: 'source_sans_probold';
    src: url('source_sans_pro_font/sourcesanspro-bold-webfont-webfont.eot');
    src: url('source_sans_pro_font/sourcesanspro-bold-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('source_sans_pro_font/sourcesanspro-bold-webfont-webfont.woff') format('woff'), url('source_sans_pro_font/sourcesanspro-bold-webfont-webfont.ttf') format('truetype'), url('source_sans_pro_font/sourcesanspro-bold-webfont-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'source_sans_prolight';
    src: url('source_sans_pro_font/sourcesanspro-light-webfont-webfont.eot');
    src: url('source_sans_pro_font/sourcesanspro-light-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('source_sans_pro_font/sourcesanspro-light-webfont-webfont.woff') format('woff'), url('source_sans_pro_font/sourcesanspro-light-webfont-webfont.ttf') format('truetype'), url('source_sans_pro_font/sourcesanspro-light-webfont-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'source_sans_proregular';
    src: url('source_sans_pro_font/sourcesanspro-regular-webfont-webfont.eot');
    src: url('source_sans_pro_font/sourcesanspro-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('source_sans_pro_font/sourcesanspro-regular-webfont-webfont.woff') format('woff'), url('source_sans_pro_font/sourcesanspro-regular-webfont-webfont.ttf') format('truetype'), url('source_sans_pro_font/sourcesanspro-regular-webfont-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,body        
{
    height: 100%;
}

body
{
    margin: 0;
    background-color: #FAFAFA;
    font: 18px/28px "source_sans_proregular", Arial, Helvetica, sans-serif;
}

select
{
    font-size: .9em;
}
        
#display
{
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.mobile_display         
{
    width: 100%;
    margin:20px auto;
    z-index: 1;
}

.iframe_container
{
    position:relative;
    height: 100%;
    background-color: #ffffff;
}

.mobile_display .iframe_container        
{
    border: 1px solid #dedee0;
}

.iframe_container iframe 
{
    position:absolute;
    top:0;
    left:0;
    width:100%; 
    height:100%;
}
     
#window_header
{
    padding: 8px 10px;
    z-index: 10;
    position: relative;

    -webkit-box-shadow: 0px 1px 13px -1px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 1px 13px -1px rgba(0,0,0,0.54);
    box-shadow: 0px 1px 13px -1px rgba(0,0,0,0.54);
}

.row
{
    overflow: hidden;
}

.row .col
{
    float: left;
    margin: 0 20px 0 0;
}

#test_options_link
{
    float: right;
    margin-right: 0;
    margin-top: 1px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(sprite.png) no-repeat -100px -101px;
}

#test_options_dialog
{
	padding: 10px;
	margin:0 0 0 1px;
	border:1px solid #d2d4d5;
    position: fixed;
    z-index: 9999;
    background-color: white;
    text-align: left;
    right: 10px;
    display: none;
    top: 45px;
    float: right;
	width: 325px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px #000;
	font: 18px/28px Arial, Helvetica, sans-serif;
}

#test_options_dialog, #test_options_dialog label
{
	color: black;
}

#test_options_dialog::before 
{
    content: "";
	width: 0;
	height: 0;
	border: 0.8em solid transparent;
	position: absolute;
	left: 91%;
	top: -20px;
	border-bottom: 10px solid #fff;
}

#skip_col
{
    margin-left: 50px;
}

#close_row
{
    margin-top: 15px;
    text-align: center;
}

#mobile_view
{
    background: url('mobile_off.png') no-repeat center center;
    width: 15px;
    height: 20px;
    cursor: pointer;
}

#mobile_view.selected
{
    background: url('mobile_on.png') no-repeat center center;
}

#desktop_view
{
    background: url('desktop_off.png') no-repeat center center;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 4px;
}

#desktop_view.selected
{
    background: url('desktop_on.png') no-repeat center center;
}

#rotate.portrait
{
    background: url('portrait.png') no-repeat center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#rotate.landscape
{
    background: url('landscape.png') no-repeat center center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#desktop_view, #mobile_view, #rotate
{
    margin-top: 4px;
}

.mobile_view_settings
{
    display: none;
}

#size_display
{
    min-width: 85px;
}

#respnum_row
{
    display: none;
}

#respnum_box
{
    margin-left: 27px;
}

#respnum_note
{
	font-size: .7em;
    line-height: 1.2em;
    margin: 5px 0 0 27px;
}

#close_test_options_link
{
    padding: 5px;
}

#overlay
{
  content: " ";
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

@media only screen and (max-width: 800px)
{
    #skip_col
    {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 500px)
{
    #skip_col select
    {
        max-width: 100px;
    }
}