<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.view {
   width: 332px;
   height: 193px;
   margin: 0px;
   float: left;
   border: 0px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 0px #e6e6e6;
   -moz-box-shadow: 0px 0px 0px #e6e6e6;
   box-shadow: 0px 0px 0px #e6e6e6;
   cursor: default;
   background: #fff /*url(../images/bgimg.jpg) no-repeat center center*/;
}
.view .mask,.view .content {
   width: 332px;
   height: 193px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: left;
   position: relative;
   font-size: 20px;
   line-height: 20px;
   padding-top: 15px;
   background: /*rgba(28, 51, 109, 0.8)*/;
   margin: 15px 0 0 20px !important;
}
.view h2 a{color: #fff; text-decoration: none}
.view p a{color: #dddddd; text-decoration: none}

.view p {
   font-family: Arial, serif;
   font-style: normal;
   font-size: 11px;
   line-height: 20px;
   position: relative;
   height: 25px;
   margin-top: 46px !important;
   color: #fff;
   padding: 13px 20px 20px;
   text-align: left;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #23a9e1;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #1c336d;
   -moz-box-shadow: 0 0 1px #1c336d;
   box-shadow: 0 0 1px #1c336d;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #fff;
   -moz-box-shadow: 0 0 5px #fff;
   box-shadow: 0 0 5px #fff;
}</pre></body></html>