/*@media only screen and (min-width: 64.063em) {*/
@media only screen and (min-width: 42em) {

	div.callout-menu
	{
		border-left: 1px solid rgba( 50,55,194, .85);
		border-right: 1px solid rgba( 50,55,194, .85);
		border-bottom: 1px solid rgba( 50,55,194, .85);
	}
	div.callout-heading
	{
		padding: .6em;
		background-color: rgba( 30, 161, 238, 1 );
		color: #fff;
		font-weight: bold;
	}
	div.layout-side
	{
		margin-top: -4.2em !important;
		top: 0px !important;
		border-bottom-left-radius: 0px;
	}
	div.layout-main
	{
		z-index: 8;
		margin-top: -4.2em !important;
		padding-top: 5.7em !important;
		padding-left: 2em !important;
		padding-right: 1.5em !important;
	}
	div.history-container
	{
		z-index: 9;
	}
	div.signin
	{
		max-width: 32rem !important;
		margin: 0 auto 0 auto !important;
	}
	div.login
	{
		position: absolute;
		top: 1em;
		right: 1em;
		z-index: 3;

		background-color: rgba( 50,55,194, .9 );
		padding: .4em .8em .42em .8em;
		border-radius: 1em;
		font-size: .8em;
		color: #fff;
	}
	div.login a
	{
		color: #fff;
		font-weight: bold;
		background-color: rgba( 255,255,255, .20);
		border: 1px solid rgba( 255,255,255, .3);
		padding: .1em .4em .1em .4em;
		border-radius: .5em;
		margin-left: .3em;
		margin-right: .3em;
	}
	div.login a:hover
	{
		background-color: rgba( 255,255,255, .35);
	}
	div.history
	{
		position: absolute;
		top: 6.5em;
		/*bottom: -.9em;
		right: 1em;*/
		z-index: 10;
	}
	div.history a.button
	{
		padding-left: 0;
		padding-right: 0;
	}
	div.history i
	{
		background-color: rgba( 0,0,0, .5 );
		color: #fff;
		padding: .4em .7em .4em .7em;
		border-radius: 1em;
	}
	i.history-close
	{
		color: rgba( 255,255,255, 0.65 ) !important;
		margin-left: 1em;
		background-color: transparent !important;
		padding: 0;
		border-radius: 0;
	}
	i.history-close:hover
	{
		color: rgba( 255,255,255, 0.95 ) !important;
	}
	div.history a.button
	{
		/*border: 1px solid rgba( 255,255,255, 1 );*/
	}
	.history_getting-started
	{
		background-color: #22adf5;
	}
	div.not-as-large
	{
		width: 60% !important;
	}
}
