<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Last Verified September 30, 2016*/
.qViewer{
	display: none;
	position: relative;
	top: 8px;
	width: 100%;
    overflow: hidden;
}

.qHeader{
	display: block;
	position: relative;
}

.cornerImg{
	position: absolute;
	top: -14px;
	left: -5px;
	display: none;
	z-index: 0;
	/*border: 1px solid #F00;*/
}

#imgCorner{
	display: block;
	position: relative;
	width: 100.5%;
	min-height: 440px;
}
/*==========================Test Timer======================*/
#testTimer-Container{
    position: absolute;
    top: 20px;
    right: 2px;
    display: block;
    width: 140px;
    background-color: rgba(0, 0, 0, .6);
    border: 2px inset;
    color: #fff;
    font-family: bold-italic;
    font-size: 0.8em;
    padding: 5px;
}

#timeLeft p:nth-child(1) {
    float: left;
}
#timeLeft p:nth-child(2) {
    float: right;
}

/*For animating the Time Left display.*/
@keyframes goDn-Timer {
    0% {
        top: 20px;
    }
    100% {
        top: 60px;
    }
}

@keyframes goUp-Timer {
    0% {
        top: 60px;
    }
    100% {
        top: 20px;
    }
}

/*========================Dialog Box*/
#dialogView_Container {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 204, 255, 0.45);
    z-index: 100;
}

#dialogView {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    /*height: 147px;*/
    border: 3px inset #ccc;
    transform: translate(-50%, -50%);
}

#dialogHeader, #dialogFooter {
    background-image: linear-gradient(to bottom, #01139a,#009bff,#01139a);
    padding: 4px;
    min-height: 35px;
    color: #fbbc05;
}

#dialogHeader {
    cursor: move;
}

#dialogBody {
    background-color: #fbbc05;
    padding: 5px;
    min-height: 50px;
    color: #000;
    font-family: 'medium';
}

    #dialogBody p:nth-child(1) {
        text-align: center;
        line-height: 3.0;
    }

#dialogHeader p:nth-child(1) {
    float: left;
    font-family: bold-italic;
    font-size: 1.1em;
    line-height: 1.65;
    text-shadow: 1px 1px 2px #000066;
    pointer-events: none;
}

#dialogHeader p:nth-child(2) {
    float: right;
    font-family: bold;
    font-size: 1.2em;
    line-height: 1.7;
    width: 20px;
    text-align: right;
    text-shadow: 1px 1px 2px #000066;
    cursor: pointer;
}

#dialogFooter button {
    color: #fbbc05;
    text-align: center;
    height: 34px;
    font-family: bold-italic;
    font-size: 1.0em;
    text-shadow: 1px 1px 2px #000066;
    border: 1.5px outset #fff;
    padding-left: 0px;
    padding-top: 0px;
}

    #dialogFooter button:active {
        border: 2px inset #fff;
        padding-left: 2px;
        padding-top: 2px;
    }

#butDialog-yes, #butDialog-no {
    width: 55px;
}

#butDialog-yes {
    float: left;
}

#butDialog-no {
    float: right;
}
/*============== Exam/Question Name/Text====================*/
.exNameBg {
    padding-right: 10px;
    /*border: 1px solid #f00;*/
}

.qNumNameBg{
	margin-bottom: 5px;
}


#examName, #examDetail, #qNumTxt {
    font-size: 16px;
    font-variant: small-caps;
    font-family: 'bold-italic';
    color: #FF0;
    text-shadow: 2px 2px 4px #000;
}

#qNumTxt{
    line-height: 1.3;
}
#examDetail, #examName {
    position: relative;
    text-align: right;
}
#examDetail{
 	line-height: 1.6;
}
/*----------------------------------qIndicator------------------------------*/
.ansIndicator{
	display: none;
	position: absolute;
	top: 0px;
	max-width: 178px;
	width: 11%;
	
	text-align: right;
	z-index: 1;
}

.ansIndicator &gt; img{
	padding-right: 6px;
	width: 90%;
}
/*----------------------------------------------------------------------------*/
.qContainer{
	position: relative;
	margin-top: 25px;
	width: 88%;
	max-width: 570px;
	left: 12.5%;
	z-index: 2;
	/*border: 2px solid #3CF;*/
}

.qContainerScore{
	position: relative;
	margin: 5px auto;
	/*padding-right: 30px;*/
	width: 95%;
	max-width: 675px;
	z-index: 2;
	/*border: 2px solid #3CF;*/
}

.qContainer::after{
	height: 5px;
	content: "";
	display: table;
	clear: both;
}

#qDisplay{
    touch-action: none;
}

.questionText {
    display: block;
    position: relative;
    width: 95%;
    max-width: 450px;
    min-width: 240px;
    font-family: medium;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #FFF;
    /*border: 1px solid #0FF;*/
}

/*===================Question Answers=================*/
.holderTemp {
    display: block;
    position: relative;
    min-height: 390px;
   height: 100%;
    /*border: 2px solid #f00;*/
}

.holderTemp::after{
	color: #FFF;
	content: '';
	display: table;
	clear: both;
}

#qBut_Holder{
	float: left;
	width: 100%;
	min-width: 100px;
	max-width: 600px;
	margin-bottom: 0;
	z-index: 20;
	/*border: 1px solid yellow;*/
}

#canvasHolder {
    float: right;
    position: absolute;
    right: 0px;
    bottom: 45px;
}

#ex-Canvas {
    border: #CCC ridge 7px;
}

.butChoice {
	padding: 0;
	margin-bottom: 4px;
	/*height: 40px;*/
}
.butChoice::after{
	content: '';
	display:table;
	clear: both;
}
.choiceBut, .choiceButBlank {
    width: 43px;
    height: 43px;
    font-family: 'bold';
    font-size: 1.2em;
    /*margin-right: 10px;*/
    padding: 0;
    text-shadow: 2px 2px 4px #000;
    /*background-color: rgba(0,20,204,0);
	transition: background-color .5s;*/
    background: url(../images/buttons/buttonChoice.png);
    background-size: cover;
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .6), inset -2px -2px 2px rgba(0, 0, 0, .6), 1px 1px 1px #006;
    color: #FF0;
    cursor: pointer;
    float: left;
}

    .choiceBut:active {
        padding-top: 2px;
        padding-left: 2px;
        box-shadow: inset -2px -2px 2px rgba(255, 255, 255, .6), inset 2px 2px 2px rgba(0, 0, 0, .6), 1px 1px 1px #006;
    }

.choiceButBlank {
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .1), inset -2px -2px 2px rgba(0, 0, 0, .1), 1px 1px 1px #006;
    cursor: not-allowed;
}

.butChoice p{
	display:table-cell;
    line-height: 1.2;
	height: 40px;
    vertical-align: middle;
    width: 100%;
	font-family: 'medium';
	font-size: 13px;
	padding-left: 5px;
	color: #FFF;
	/*border: 1px solid #900;*/
 }


#qResponse{
	display: none;
	width: 240px;
	margin-top: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 4px solid #06F;
	border-radius: .5em;
    box-shadow: 4px 4px 4px black inset;
	background-color: #03C;
}

#qResponse p{
	text-align: center;
	font-family: 'bold';
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	color: #0FF;
}

#qResponse::after{
	content: '';
	display: table;
	clear: both;
}

/*================================Navigation Bar &amp;&amp; Buttons==========================*/
.navHolder{
    display: none;
    position: absolute;
    bottom: 5px;
    width: 98%;
    left: 7px;
    z-index: 10;
}
nav {
    display: block;
    position: relative;
    width: 97.6%;
    /*margin-left : auto;
	margin-right : auto;*/
    padding: 5px 5px;
    color: #06F;
    /*background-image: linear-gradient(to bottom, #004EA0 0%, #4CA3FF 51%, #004EA0 100%);*/
    background-image: linear-gradient(to bottom, #0533ff 0%, #84abf8 51%, #0533ff 100%);
}
/*--------------------Nav Buttons---------------------------*/
nav &gt; button  {
	/*display: inline-block;*/
	display: none;
	float: left;
	margin-left: 1.5px;
	width: 58px;
	height: 38px;
	font-size: 13px;
	font-family: 'bold';
	
	text-shadow: 2px 2px 4px #000;
	
	background-color: rgba(0,30,204,0.2);
	/*background: url(../images/buttons/Button_Color.png); 
	background-size: cover;*/
	
	box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .6), inset -2px -2px 2px rgba(0, 0, 0, .6), 1px 1px 1px #006;
	color: #ff0;
	
	cursor: pointer;
}

#Skip {
    float: right;
}
nav &gt; button:active {
    padding-top: 2px;
    padding-left: 2px;
    box-shadow: inset -2px -2px 2px rgba(255, 255, 255, .6), inset 2px 2px 2px rgba(0, 0, 0, .6), 1px 1px 1px #006;
}

#answers, #review{
	width: 75px;
}

#ShowHide{
    width: 74px;
}

#ShowHide p{
    float: left;
    line-height: 2;
    pointer-events: none;
    /*border: 1px solid #f00;*/
}

#iconShowHideAns {
    float: left;
    margin-left: 4px;
    width: 31px;
    height: 28px;
    background: url("../images/icons/eyeShut.png") 0px 4px no-repeat;
    background-size: auto;
    pointer-events: none;
    /*border: 1px solid #ff0;*/
}

#iconHelp-2 {
    float: left;
    width: 40px;
    background: url("../images/icons/lifeBelt_2.png") no-repeat;
    background-size: 30px 27px;
    background-position: center;
    /*border: 1px solid #ff0;*/
}

/*#exReportCard_But {
    width: 90px;
    background: url("../images/icons/PRINTiCON_cOLOR30X30.png") no-repeat;
    background-size: 30px 27px;
    background-position: center;*/
    /*border: 1px solid #ff0;*/
/*}*/
#iconPrinter {
    display: block;
    margin-left: 4px;
    float: left;
    width: 27px;
    height: 27px;
    background: url("../images/icons/iconPrint.png") 0px 1px no-repeat;
    /*background: url("../images/icons/printIcon_Color30x30.png") no-repeat;*/
    background-size: auto;
    pointer-events: none;
}

#exReportCard_But{
    width: 85px;
    line-height: 2.2;
}

#exReportCard_But p{
    /*border: 1px solid red;*/
    pointer-events: none;
}
/*box-sizing:content-box;*/
/*#MenuRev {
	display: none;
}*/
/*Marine Operations Manual*/
#OpsMan {
    width: 75px;
}
#iconManual {
    float: left;
    margin-left: 5px;
    width: 26px;
    height: 32px;
    background: url("../images/icons/opsManual_1.png") no-repeat;
    background-size: 26px 32px;
    pointer-events: none;
}

#OpsMan p {
    float: left;
    margin-left: 4px;
    line-height: 2.5;
    pointer-events: none;
    /*border: 1px solid #f00;*/
}
    #mom_Display {
    display: none;
    position: absolute;
    left: 190px;
    bottom: 45px;
    width: 110px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #009;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border: 2px inset #fff;
}



#mom_Display ul li{
	line-height: 1.8;
	cursor: pointer;
}

#mom_Display ul li:nth-child(1){
	border-bottom: 2px solid #0FF;
}

/*@-webkit-keyframes goUp {*/
/*For animating the window of MOM selection.*/
@keyframes goUp {	
	0% {
		bottom: 10px;
		opacity: 0;
	}
}

@keyframes goDn {	
	0% {
		bottom: 55px;
		opacity: 1;
	}
}

/*=========Timer Button==========*/
#ShowHide-Timer {
    width: 40px;
    background: url("../images/icons/timeProduction.png") no-repeat;
    background-size: 36px 36px;
    background-position: center;
}
/*=========Timer Button==========*/
#uscgROR {
    width: 40px;
    background: url("../images/icons/USCG_2.png") no-repeat;
    background-size: 35px 35px;
    background-position: center;
}
/*-------------------------------------Question Index-----------------------------------*/
#qIndex {
    display: block;
    position: absolute;
    width: 369px;
    /*max-width: 400px;*/
    /*width: 100%;*/
    top: 40px;
    
    background: rgba(87,117,182,0.8);
    padding: 10px;
    z-index: 100;
    
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 1), inset -2px -2px 2px rgba(0, 0, 0, 1);
}

#qIndexHeader {
    /*position: relative;*/
    cursor: move;
    /*background-image: linear-gradient(to bottom, #960000 0%, #E30000 51%, #960000 100%);*/
    background-color: #00FFFF;
    border: 1px solid #006;
    background-image: linear-gradient(to bottom, #009999 0%, #00FFFF 50%, #009999 100%);
    font-size: 15px;
    font-family: 'bold-italic';
    color: #006;
    line-height: 2.2;
}

.qListDiv {
    position: relative;
    max-height: 287px;
    min-height: 36px;
    overflow-y: auto;
    background-color: #006;
    border: 2px inset #fff;
}

.qListHolder {
    position: relative;
    /*width: 358px;*/
    /*border: 1px solid #ff0;*/
    /*margin: 0 auto;*/
}

/*#closeIndex h2 {
    position: relative;
    line-height: 1.1;
    font-size: 14px;
    text-align: right;
    color: #fff;
    font-family: 'bold-italic', sans-serif;
    line-height: 2.0;
}*/

#qIndexHeader p:nth-child(1) {
    float: left;
    padding-left: 5px;
    pointer-events: none;
}

#qIndexHeader p:nth-child(2) {
    float: right;
    text-align: right;
    color: #006;
    width: 30px;
    padding-right: 5px;
    cursor: pointer;
}

#qIndex ul {
    color: #006;
    list-style-type: none;
}

.qList {
    width: 75px;
    /*background-color: #0FF;*/
    border-right: 1px inset #006;
    display: none;
   float: left;
}

    .qList li:nth-child(odd) {
        background-color: #00D9FF;
        padding: 2px;
    }

    .qList li:nth-child(even) {
        background-color: #00FFFF;
        padding: 2px;
    }


#qIndex ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 30px;
    margin-right: 5px;
    background: url("../images/Buoy_Radio_Sprite.png") 0px 0px no-repeat;
    pointer-events: none;
}

.blank-Cell span {
    width: 0px;
}

#qIndex ul li {
    font-size: 12px;
    font-family: 'bold-italic';
    vertical-align: middle;
    height: 30px;
    padding-left: 2px;
    padding-bottom: 3px;
    border-bottom: 1px solid #006;
    cursor: pointer;
}

#qIndexFooter{
	display: block;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
/*	position: relative;
	margin: 0 auto;*/
	background-color: #000;
	border: 2px inset #fff;
}

#qIndexFooter p{
	display: inline-block;
	vertical-align: middle;
	color: #0FF;
	font-size: 12px;
	font-family: 'medium';
}

#iconMark{
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 26px;
	margin-right: 2px;
	background: url("../images/Buoy_Radio_Sprite.png") 0px -27px no-repeat;
	background-size: cover;
}

#bullziHolder_Index{
	display: none;
	text-align: left;
}

#index_p3, #index_p4, #index_p5{
	margin-left: 16%;
}
#iconYes, #iconNo, #iconNull{
	margin-top: 4px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 26px;
	margin-right: 3px;
}

#iconYes{
	background: url("../images/Bullzi_All.png") -34px no-repeat;
	background-size: cover;
}

#iconNo{
	background: url("../images/Bullzi_All.png") -70px no-repeat;
	background-size: cover;
}
#iconNull{
	background: url("../images/Bullzi_All.png") 0px no-repeat;
	background-size: cover;
}
/*=================EXAM SCORE &amp; SUBJECT PAGES========================*/
#examScore_Results{
	display: none;
	width: 100%;
	max-width: 675px;
    height: 550px;
	/*border: 2px solid #FF0;*/
}

#scoreHeader{
    display: block;
	color: #FF0;
	font-family: 'bold';
	line-height: 1.4;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 6px ridge #900; 
}

.scoreBottom_Part{
	position: relative;
	margin-top: 5px;
}

.scoreBottom_Part_left{
	width: 90%;
	max-width: 638px;
	min-width: 236px;
	min-height: 382px;
	/*border: 1px solid #F00;*/
}

.scoreDisplay_CanvasHolder{
	/*float: right;*/
	display: block;
	position: absolute;
	width: 200px;
    height: 362px;
	/*margin-bottom: 50px;*/
	bottom: -5px;
	right: 0px;
	opacity: 1.0;
	z-index: -1;
	/*border: 2px solid #0FF;*/
}

#score-Canvas{
	display: block;
	/*width: 220px;
    height: 360px;*/
    /*border: 2px solid #f00;*/
}

#examName_2{
	font-size: 16px;
}

#subName, #yourName, #score {
    font-size: 14px;
    font-family: 'bold';
    font-variant: small-caps;
}
/*Indent for long rules*/
#subName {
	line-height: 1.0;
}

#scoreInstruction{
	display: block;
	position: relative;
	font-family: 'bold';
	font-size: 12px;
	line-height: 1.2;
	max-width: 250px;
	margin-top: 15px;
	margin-bottom: 110px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 3px;
	border: 4px solid #06F;
	border-radius: .5em;
    box-shadow: 4px 4px 4px black inset;
	background-color: #03C;
	color: #0FF;
}

#scoreInstruction p{
	line-height: 1.2;
	margin: 0 auto;
	padding-bottom: 7px;
}
#scoreInstruction p:nth-child(2){
	width: 207px;
	/*margin-left: auto;
	margin-right: auto;*/
	
}

#scoreInstruction p:nth-child(1), #scoreInstruction p:nth-child(3){
	width: 233px;
}

#scoreInstruction p:nth-child(4){
	width: 160px;
}

/*---------------Score-Status_Table-------------------------------------*/
/*---------------------------Background Container*/
#tableHeader {
    color: #fff;
    font-family: 'bold-italic';
    font-size: 13px;
    line-height: 1.25;
    text-shadow: 2px 2px 2px #333333;
    padding-bottom: 5px;
}

#record-license-container {
    position: relative;
    display: block;
    /*width: 95%;*/
    padding: 10px;
    /*max-width: 300px;
    max-width: 390px;*/
    background: rgba(87,117,182,0.7);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 1), inset -2px -2px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 1), inset -2px -2px 2px rgba(0, 0, 0, 1);
    z-index: 5;
}

/*------------------------The Table----------------------------*/

.tableSummary {
    border: 1.5px solid #006;
    background: #93F6FF;
    table-layout: fixed;
}

.record-license-body tr:nth-child(odd) {
    background: #1CF6FF;
}
.record-license-table-headers {
    font-family: 'bold';
    height: 32px;
    font-size: 13px;
    color: #006;
    background-color: #F00;
    background-image: linear-gradient(to bottom, #00b7ea 0%, #c0dfe8 50%, #00b7ea 100%);
    border-bottom: 3px solid #006;
}

.record-license-table-headers th{
    text-align: center;
     padding: 4px 4px;
    border-left: 1px solid #006;
}

/*for thead status column*/
    #table-two-header th:nth-child(2) {
        width: 58px;
    }

.record-Two-col td {
    color: #006;
    padding: 0px 2px;
    height: 28px;
    text-align: center;
    font-family: 'medium';
    font-size: 12px;
    border-left: 1px solid #006;
    width: 30px;
}
#table-one-container {
    table-layout: fixed;
    position: absolute;
    top: 0px;
    z-index: 15;
}

.recordOne-td-col {
    height: 28px;
    text-align: left;
    padding: 0px 4px;
    font-family: 'medium';
    font-size: 12px;
}

#containerTwo_Tables {
    border: none;
    position: relative;
    
}
#table-two-container {
    top: 0px;
    /*float: left;*/
    position: relative;
    /*margin-left: 64px;
   margin-left: 149px;*/
    overflow: auto;
    /*right: 0px;*/
}

#uscgTotal_Records-One, #uscgTotal_Records-Two {
    border-top: 3px double #006;
}
/*

*/
/*#record-license-table-two {
    table-layout: fixed;
    position: relative;
}

#table-two-header th{
    width: 45px;
    text-align: center;
}*/
.record-license-table-headers th:first-child {
    /*padding-left: 10px;
    padding-right: 10px;*/
}

/*#record-license-table-one{
	width: 160px;
}*/

/*.record-license-body tr{
	height: 24px;
}*/

/*.record-license-body td{
	font-family: 'medium';
	font-size: 11px;
	padding-left: 4px;
	color: #006;
}

.recordOne-col{
	text-align: left;
	

}

.record-Two-col td {
    text-align: center;
}*/


/*------------ROR &amp; Subjects Tables--------------------------------*/
/*#ror_Records td:first-child, #dgs_Records td:first-child, #moduOps_Records td:first-child{
	text-align: left;
}*/

#scoreNote {
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    font-family: bold;
    line-height: 1.2;
    color: #ff0;
    text-shadow: 2px 2px 2px #000;
}

#scoreNote img {
	float: left;
	width: 40px;
	height: 35px;
	margin-right: 3px; 
	/*border: 1px solid #F00;*/
}
/*------------------------------------------List of Rules/Subjects-----------------------------*/
.checkList_Page{
	padding: 10px;
    max-width: 400px;
	text-align: right;
	background: rgba(87,117,182,0.7);
    -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 1), inset -2px -2px 2px rgba(0, 0, 0, 1);
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 1), inset -2px -2px 2px rgba(0, 0, 0, 1);
	z-index: 5;
}

#checkList_Title{
	/*padding-top: 7px;*/
	padding-bottom: 5px;
}

#chkList{
	font-size: 12px;
	color: #fff;
	font-style: italic;
}

/*#subject-rules td{
	border: 1px solid #006;
}*/

.listTable thead{
	display: block;
	/*padding-top: 7px;
	padding-bottom: 7px;*/
	line-height: 2.2;
	color: #006;
	font-size: 13px;
	text-align: center;
	background-image: linear-gradient(to bottom, #009999  0%, #00FFFF  50%, #009999  100%);
	/*border: 1px solid #006;*/
}

#iconStatus {
    max-width: 56px;
    min-width: 56px;
}

#subject_Name{
	width: 342px;
}

#subject-rules{
	display: block;
	max-height: 218px;
	overflow-y: auto;
	border: 1px solid black;
    background-color: rgba(0, 255, 255, 0.70);
}

#subject-rules tr {
        display: block;
        vertical-align: middle;
        line-height: 1.5;
}

    #subject-rules tr:nth-child(odd) {
        background-color: rgba(0, 200, 200, 0.70);
    }

.col_1 {
    max-width: 62px;
    min-width: 62px;
    border-right: 1px solid #006;
    border-bottom: 1px solid #006;
    text-align: center;
}


.col_2 {
	width: 342px;
	color: #006;
	font-family: 'bold';
	font-size: 11px;
	text-align: left;
	padding-left: 35px;
	padding-right: 4px;
	margin-left: 30px;
	text-indent: -30px;
	border-bottom: 1px solid #006;
}

.col_2_subjects, .col_2_num{
	vertical-align: top;
	color: #006;
	padding-top: 8px;
	line-height: 1;
	font-size: 12px;
	font-family: 'bold';
	border-bottom: 1px solid #006;
}
.col_2_subjects {
    width: 317px;
    text-align: left;
    padding-right: 4px;
    padding-left: 2px;
    border-left: none;
}

.col_2_num {
    max-width: 23px;
    min-width: 23px;
    text-align: right;
    padding-left: 5px;
    border-right: none;
}
.bulziIcon{
	display: inline-block;
	width: 40px;
	height: 29px;
	margin-left: 5px;
	margin-top: 2px;
	background: url("../images/Bullzi_All.png") 0px 1px no-repeat;
}

/*=============================Text Positioning ================================*/
.txtPos{
	display: block;
	position: absolute;
	border: 2px solid #FF0;
}
/*======================================Txt POSITIONING SIZING=============================*/
.txtPos button{
	background-color: #98C1F3;
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.txtPos p{
	float: right;
	margin: 2px;
	background-color: #fff;
	width: 60px;
	padding: 5px;
	color: #006;
	font-family: 'bold';
	font-size: 12px;
}

#XYW{
	width: 170px;
}
#leftArr{
	background-image: url("../images/buttons/ArrowWeb_Left.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90% 68%;
}
#rightArr{
	background-image: url("../images/buttons/ArrowWeb_Right.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90% 68%;
}

@media only screen and (max-width : 420px) {
	.scoreDisplay_CanvasHolder{
		opacity: 0.4;
	}
}

</pre></body></html>