form .zebraeven-st {
    border-bottom: 3px solid #fff;
    padding: 10px !important;
}
form .zebraodd {
    background-color: #eaeaec;
    border-bottom: 3px solid #f3f3f5;
    padding: 10px !important;
}

h1 {
	color: #0066cc;
	border-bottom: 2px solid #2e75b6;
	padding-bottom: 10px;
	margin-top: 40px;
	font-family: Arial,Helvetica,sans-serif;
}

h2 {
	color: #6633cc;
	font-family: Arial,Helvetica,sans-serif;
}

h3 {
	color: #0066cc;
	margin-top: 25px;
	font-family: Arial,Helvetica,sans-serif;
}

        /* Callout Boxes */
        .box {
            display: flex;
            margin: 20px 0;
            border: 1px solid #cccccc;
            border-radius: 4px;
            overflow: hidden;
        }

        .box-label {
            width: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: white;
            padding: 10px;
            text-align: center;
        }

        .box-content {
            flex: 1;
            padding: 15px;
            font-size: 14px;
        }

        /* Note/Tip/Important Colors */
        .note .box-label { background: #FF8F00; }
        .note .box-content { background: #FFF8E1; }

        /* Step Colors */
        .step .box-label { background: #1F4E8C; }
        .step .box-content { background: #D9E6F2; font-weight: bold; color: #1f4e8c; }

        /* Simple Data Table */
        table.credentials {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }

        table.credentials th {
            background-color: #1F4E8C;
            color: white;
            text-align: left;
            padding: 10px;
            border: 1px solid #cccccc;
        }

        table.credentials td {
            padding: 10px;
            border: 1px solid #cccccc;
        }

        table.credentials tr:nth-child(even) {
            background-color: #f5f5f5;
        }

        .footer-note {
            background-color: #D9E6F2;
            padding: 15px;
            border: 1px solid #cccccc;
            font-style: italic;
            margin-top: 20px;
        }

        .todo {
            color: #ee0000;
            font-weight: bold;
            border: 2px dashed #ee0000;
            padding: 10px;
            margin: 10px 0;
        }

		form.gsc-search-box {
			max-width: 100% !important;
			font-size: 14px !important;
			margin: 0 24px 0 24px !important;
		}
		.gsc-wrapper {
			position: relative;
			display: block;
			max-width: 100% !important;
		}

		.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
			border-color: #A9DA92;
			background-color: #56f506 !important;
			color: #000003 !important;
		}

		.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #A9DA92;
    background-color: transparent !important;
    color: #0c0d19 !important;
}

@media screen and (max-width: 900px){ /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
	/* Menubar Responsive */
	#topbanner{
		text-align: center;
	}
	#toptoolbarlinklist li {
		 display: unset;
		 float: none;

	}
	#toptoolbarrightarea {
			float: none;
	}

	/* Left Pannel Responsive */

	#maincoreleft {
		order: 2;
		padding: 0;
		float: none;
		width:100%;
	}
	#maincorecontent {
		order: 1;
		margin: 0;
		height: 100%;
		width: 100%;
	}
	/* Footer set at bottom */
	#bottomfooter {
		order:3;
	}

	.boxcontainercontent{
		padding: 10px;
	}
	.innerwrapper{
	/*	justify-content: space-between; */
		flex-wrap:wrap;
		display:flex;
	}
	body {
		min-width: 100%;
	}
	a{
		font-size: 25px;
		line-height: 30px;
	}
	#logintext a{
		font-size: large;
	}
	p{
		font-size: 22px;
	}
	.loginstyled,.emailstyled,.loginstyledlabel,.swifttextlarge{
		width: 100%;
	}
	input.loginstyled,input.loginstyledlabel,input.emailstyled{
		width: 100%;
	}
	.rebutton{
		width: 50% !important;
		font-size: x-large;
	}
	.dateholder,.monthholder {
		width: 100%;
	}
	.widgetrow {
		margin: 0 5px 0 5px;
	}
	.leftloginboxremembermetext{
		font-size: large;
	}
	#toptoolbarlinklist a {

	}
/*	html {
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: scroll;
  } */


	/* Tutorial Page */
.boxcontainercontent	td {
		display:block;
		width:99.9%;
		clear:both
	}
	
	#commentscontainer
	{
		word-break:break-word;
	}
	#commentscontainer a{
		font-size:100%;
	}
	p{    
		margin-bottom: 12px;
		margin-top: 12px;
	}
	.newstitle {
		margin-left: 0px;
	}
}
