@charset "utf-8";

*{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
body
{
  background-image:url(training.jpg);
	margin:0px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	color: #000000;
}

.head
{
  	font-family:"Trebuchet MS";
	font-size:40px;
	color:#000;
	margin-left:50px;
}
.container .msg-list
{
  width:98%;
  height:auto;
  opacity: 0.9;
  position:relative;
  background: rgba(240, 240, 224, 0.6);
  padding: 10px 5px;
}
.container .msg-list .th
{
 justify-content: center;
 background: #f8b195;
}
.container .msg-list .tb
{
  background: #cfceca;
}
.container .msg-list .tld
{
  padding: 15px;
}
.container .msg-list .pld
{
  padding: 10px;
  line-height: 30px;
}
.e-btn
{
  position: relative;
  color: #fff;
  background: #800080;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 23px;
  text-decoration: none;
  margin-left: 15px;
}
.delete-btn
{
  position: relative;
  padding: 2px 5px;
  background: red;
  color: #fff;
  font-size: 16px;
  font-weight:700;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  margin: 5px;
}
.hr
{
	width:80%;
	height:5px;
	border-radius:100px;
	background-color:orange;
}

.subhead
{
	font-family:"Segoe UI";
	color:RED;
	font-size:24px;
	text-decoration:underline;
}


.labels
{
	font-family:"Segoe UI";
	color:#000;
	font-size:16px;
	font-style:italic;
}

.fields
{
	cursor: pointer;
	font-family:"Segoe UI";
	font-size:14px;
	padding:3px 6px;
	color:#000;
	background-color:transparent;
	border:1px solid #126062;
	border-radius:5px;
  	width: 250px;
  	text-decoration: none;
}
.designin
{
  	background-color: #fff;
	border:1px solid #126062;
	padding:10px 15px;
	transition: 0.5s ease-out;
	width: 80%;
	align-items: center;
}
.design
{
	background-color:transparent;
	border:1px solid #126062;
	border-radius:5px;
	padding:10px 10px;
	transition: 0.5s ease-out;
}
.design:hover
{
	box-shadow: 5px 6px 15px #000000;
}

a.link:link
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
}
a.link:active
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#0effff;
}
a.link:visited
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:14px;
  	background: #rgba(0,0,0,0.7);
	color:#6200ff;
}
a.link:hover
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:rgb(255, 160, 160);
}

.msg
{
	font-family:"Segoe UI";
	font-size:14px;
	color:rgb(255, 0, 0);
}

a.cmd:link
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid #066;
}
a.cmd:active
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;

	border:1px solid #066;
}
a.cmd:visited
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#28a3a6;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid #066;
}
a.cmd:hover
{
	text-decoration:none;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#2600ff;
	padding:5px 6px;
	background-color:transparent;
	border:1px solid rgb(0, 0, 0);
}