﻿@import url("scenarios/01.css");	

/* 
Does the Quick Links > DRSL link to a working GB Simulator? 
	1. Make sure the GB folder is renamed to "/GB/"
	2. Change #FakeDRSL to display: none;
	3. Change #LiveDRSL to display: show;
*/

#FakeDRSL {
	display: show;
}

#LiveDRSL {
	display: none;
}