	html {
			height: 100%;
		}

		body {
			/*height: 100%;*/
			height: calc(100% - 70px);
			/*background: url('http://24.43.239.50/mjpg/video.mjpg');*/
			/*background: url('http://cdn1.webcams.bg/cams/golden_ina.jpg?t=1583421835845');
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-position: center;

			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;*/

			font-family: consolas;
			/*Arial;*/
			/*background-color:#CCCCCC;*/
			font-size: 12.8pt;
			font-weight: bold;
			line-height: 1.5em;

			/*vertical-align: middle;*/
			/*background-image: linear-gradient(navy, lightblue);*/

		}

		a:link {
			color: blue;
			text-decoration: none;
		}

		a:hover {
			/*font-style: italic;*/
			/* text-decoration: underline; */
			/* font-size: 14pt;*/
			color: darkred !important;

		}

		a:visited {
			color: blue;
		}


		.table1 {

			width: 1100px;
			/*height: 1100px;*/
			/*padding:7px;*/
			border-spacing: 7px;
			/*opacity: .95;*/
             /*border-collapse: collapse;*/
        
        }


		.table1 tr  , 
		.table1  td{
			
            padding: 7px;
			border-radius: 15px;
            border: 1px solid white;
            background-color: #CCCCCC;
		}

		span {
			display: inline-block;
			margin-top: 3px;
			margin-bottom: 3px;
			padding-left: 4px;
			padding-right: 4px;
			padding-top: 1px;
			padding-bottom: 1px;
			border-radius: 5px;
			-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 2px 0 rgba(255, 255, 255, 0.8) inset;
			-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 2px 0 rgba(255, 255, 255, 0.8) inset;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4), 0 2px 0 rgba(255, 255, 255, 0.8) inset;
            cursor: pointer;
		}

		.btnt {
			margin-top: 3px;
			margin-bottom: 3px;
			color: blue;
			cursor: pointer;
		}
		
		
		
	    .box,
		#tv,
		#tube,
		#md,
		#it,
		#sf,
		#psn,
		#biz {
			margin-top: 3px;
			margin-bottom: 3px;
			display: none;
			padding: 5px;
			border-radius: 11px;
			/*  -moz-box-shadow: 0px 3px 8px 1px rgb(88, 86, 86), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
              -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
             box-shadow: 0px 3px 8px 1px rgb(88, 86, 86), 0 1px 0 rgba(255, 255, 255, 0.8) inset;*/
			background-color: rgb(230, 228, 228);
			/*#fffccc  ;*/
            /*background-image: linear-gradient( gray, lightgray);*/
        } 
         
         .clo{
          /*position: absolute;*/
          display:block;
          bottom:0px;
          right:0px;
         }