@charset "UTF-8";
/***!  /media/templates/site/cassiopeia/css/user.css?b3714e  !***/

.container-header .site-description {
  color: #fff;
  white-space: normal;
  font-size: 2rem;
  font-weight: bold;
}

.site-grid {
   grid-template-columns: [full-start] minmax(0,1fr) [main-start] repeat(4,minmax(0,23rem)) [main-end] minmax(0,1fr) [full-end];
}

.container-nav {
      max-width: 1600px;
      margin-left: auto;
      margin-right: auto;
    }

.tbody, .td, .tfoot, .th, .thead, .tr {
    border-width: 1 solid black;
}

.btn {
	background-color:#b7c9e8;
	border-radius:21px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:14px;
	padding:4px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.btn:hover {
	background-color:#476e9e;
    color:#ffffff;
}
.btn:active {
	position:relative;
	top:1px;
}

