+/*
      Created by CSS Portal Layout Generator

/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
*/	  	  

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
}
.row:after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    width: 100%;
}


 @media only screen and (min-width: 600px) and (max-width: 1024px) and (orientation: landscape){
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 25%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

@media only screen and (max-width: 479px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }


/* Media query for screen sizes between 768px and 874px */
@media screen and (min-width: 768px) and (max-width: 874px) {
 /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }


@media only screen and (max-width: 1200px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 100%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 100%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
@media only screen and (max-width: 874px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 50%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

@media only screen and (min-width: 772px) and (max-width: 1024px) and (orientation: landscape) {
 .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}    .col-s-12 {width: 100%;}
}


@media only screen and (max-width: 100px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}

/*
/* For small phones (e.g., iPhone SE) */
@media only screen and (max-width: 320px) {
  /* CSS styles specific to small phones */
}

/* For medium-sized phones (e.g., iPhone 8, Galaxy S9) */
@media only screen and (min-width: 321px) and (max-width: 414px) {
  /* CSS styles specific to medium-sized phones */
}

/* For large phones (e.g., iPhone 8 Plus, Galaxy Note) */
@media only screen and (min-width: 415px) and (max-width: 768px) {
  /* CSS styles specific to large phones */
}

/* For extra-large phones or small tablets (e.g., iPhone 12 Pro Max, iPad Mini) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* CSS styles specific to extra-large phones or small tablets */
}

/* For tablets (e.g., iPad Air, Galaxy Tab) */
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  /* CSS styles specific to tablets */
}

/* For larger tablets or desktops */
@media only screen and (min-width: 1367px) {
  /* CSS styles specific to larger tablets or desktops */
}
*/

html {
    font-family: "Lucida Sans", sans-serif;




.case 
{ 
color: #0e3369; 
font-size: 14px; 
font-weight: bold; 
font-family: Book Antiqua; 
}asescore 
{ 
color: #e79f15; 
font-size: 14px; 
font-weight: bold; 
font-family: Book Antiqua; 
}




* { padding: 0; margin: 0; }


.FRTAB{
	position:relative;
	top:0px;
  	left:0px;
}

#wrapper { 
 margin: 0 auto;
 width: 1300px;
 height:100%;
}



#header {
 width: 100%;
 float: left;
 height: 130px;
 background-image: url(../images/banner.png);
 ); 
}

 /* Resize Background*/

#header1 {
            width: 100%;
            height: auto;
            background-size: 100% auto !important;
            background-image: url(../images/header_mediaqueries.png);
}


.aside {
    background-color: #ffffff;
    padding: 15px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.footer {
    background-color: #c5cfdb;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}

#content { 
 float: left;
 background: #FFFFFF;
 height:400px;
 width: 100%;

}

#maindisplay { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 1300px;
}



#menucolumn { 
 height:1px;
 width: 220px;
 float: left;
 height:100%;

}

#display { 
 float: left;
 background: #FFFFFF;
 width:780px;
 display: inline;
}

#displaymq { 
 float: left;
 background: #000000;
 width:380px;
 display: inline;
}



#leftcolumn { 
 background-image: url(../images/bg_left.jpg); 
 height:100%;
 width: 20px;
 float: left;
}

#rightcolumn { 
 color: #333;
 background-image: url(../images/bg_right.jpg); 
 height:100%;
 width: 20px;
 float: left;
}
.seltxt{
overflow:auto;
 height:200px;
 width: 100%;
 float: left;

}
.restxt{
 float: left;

}

.container {
    position: relative;
    width: 100%;
   
}

.container img {
    width: 100%;
    height: auto;
}

.container .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.container .btn:hover {
    background-color: black;
}





