﻿@charset "utf-8";

.myDiv1 {
  border: 2px outset red;
  background-color: #00FFFF;
  text-align: left;
  width: 248px;
  height:152px;
  position: absolute;
  left: 0px;
}

.myDiv2 {
  border: 2px outset red;
  background-color: #00FFFF;
  text-align: left;
  width: 248px;
  height:152px;
  position: absolute;
  left: 255px;
}

.myDiv3 {
  border: 2px outset red;
  background-color: #00FFFF;
  text-align: left;
  width: 248px;
  height:152px;
  position: absolute;
  left: 510px;
}

.myDiv4 {
  border: 2px outset red;
  background-color: #00FFFF;
  text-align: left;
  width: 248px;
  height:152px;
  position: absolute;
  left: 765px;
}

.ns {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  ms-user-select: none;
}






//<link rel="stylesheet" href="GFL.css" type="text/css" >