html {
  box-sizing: border-box;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background: #004;
  color: #333;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, san-serif;
  margin: 0;
  padding: 0;
}

#wrapper {
  background: #fff;
  padding: 1px 8px 8px;
  margin: 0 auto 8px;
}

a {
  color: #009;
  text-decoration: underline;
}

a:visited {
  color: purple;
  text-decoration: underline;
}

a:hover {
  color: #009;
  text-decoration: none;
}

h1 {
  font-size: 23px;
  line-height: 34px;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
}

h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
}

h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
}

h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  padding: 0;
}

h5 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
}

h6 {
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
}

h1.playmaker-list {
  background: 0 0;
  color: #009;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0 0 2px;
  border-bottom: 1px solid #c0ccd3;
}

h1.playmaker-list a {
  color: #009;
  text-decoration: none;
}

h1.playmaker-list a:visited {
  color: #009;
  text-decoration: none;
}

h1.playmaker-list a:hover {
  color: #009;
  text-decoration: none;
}

h1.playmaker-list-invert {
  background: #b00;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 4px 10px;
}

h1.playmaker-list-invert a {
  color: #fff;
  text-decoration: none;
}

h1.playmaker-list-invert a:visited {
  color: #fff;
  text-decoration: none;
}

h1.playmaker-list-invert a:hover {
  color: #fff;
  text-decoration: none;
}

h1.playmaker-topstory {
  background: 0 0;
  color: #009;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
  padding: 0;
}

h1.playmaker-topstory a {
  color: #009;
  text-decoration: none;
}

h1.playmaker-topstory a:visited {
  color: #009;
  text-decoration: none;
}

h1.playmaker-topstory a:hover {
  color: #009;
  text-decoration: none;
}

h1.topstory-title {
  background: 0 0;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
  padding: 0;
}

h1.topstory-title a {
  color: #fff;
  text-decoration: none;
}

h1.topstory-title a:visited {
  color: #fff;
  text-decoration: none;
}

h1.topstory-title a:hover {
  color: #fff;
  text-decoration: none;
}

h1.normal {
  color: #003;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 0 3px;
  padding: 0;
}

h1.normal a {
  color: #003;
  text-decoration: underline;
}

h1.normal a:visited {
  color: #003;
  text-decoration: underline;
}

h1.normal a:hover {
  color: #003;
  text-decoration: none;
}

h3.comments {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 10px 0;
  padding: 0 0 2px;
  border-bottom: 1px solid #c0ccd3;
}

#date {
  font-family: Arial, san-serif;
  font-size: 10px;
  color: #666;
}

#date a {
  color: #666;
  text-decoration: none;
}

#date a:visited {
  color: #666;
  text-decoration: none;
}

#date a:hover {
  color: #666;
  text-decoration: underline;
}

.notice {
  width: 400px;
  height: 100%;
  background: #fff3a3 url(../img/icon_notice.png) no-repeat 10px 10px;
  margin: 0 auto;
  padding: 10px 10px 10px 40px;
  border: 1px solid #e7bd72;
  display: block;
}

.warning {
  width: 400px;
  height: 100%;
  background: #ffd5d5 url(../img/icon_warning.png) no-repeat 10px 10px;
  margin: 0 auto;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ffacad;
  display: block;
}

.user {
  width: 400px;
  height: 100%;
  background: #cdefa6 url(../img/icon_user.png) no-repeat 10px 10px;
  margin: 0 auto;
  padding: 10px 10px 10px 40px;
  border: 1px solid #9bcc54;
  display: block;
}

.download {
  width: 400px;
  height: 100%;
  background: #a8cde3 url(../img/icon_download.png) no-repeat 10px 10px;
  margin: 0 auto;
  padding: 10px 10px 10px 40px;
  border: 1px solid #6abce2;
  display: block;
}

.inset-left {
  width: 200px;
  height: 100%;
  margin: 0;
  padding: 20px 20px 20px 0;
  float: left;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

.inset-right {
  width: 200px;
  height: 100%;
  margin: 0;
  padding: 20px 0 20px 20px;
  float: right;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

blockquote {
  background: #e9ecee;
  font-style: italic;
  border: 1px solid #c0ccd3;
  margin: 15px 25px 5px;
  padding: 0 20px;
}

blockquote.red {
  background: #ffd5d5;
  font-style: italic;
  border: 1px solid #ffacad;
  margin: 15px 25px 5px;
  padding: 0 20px;
}

blockquote.blue {
  background: #a8cde3;
  font-style: italic;
  border: 1px solid #6abce2;
  margin: 15px 25px 5px;
  padding: 0 20px;
}

blockquote.green {
  background: #cdefa6;
  font-style: italic;
  border: 1px solid #9bcc54;
  margin: 15px 25px 5px;
  padding: 0 20px;
}

blockquote.yellow {
  background: #fff3a3;
  font-style: italic;
  border: 1px solid #e7bd72;
  margin: 15px 25px 5px;
  padding: 0 20px;
}

pre {
  width: 400px;
  height: 100%;
  background: #e9ecee;
  font-style: italic;
  border: 1px solid #c0ccd3;
  font-size: 14px;
  line-height: 18px;
  margin: 10px auto;
  padding: 0 20px;
  overflow: auto;
}

#toparea {
  background: #c31522;
  height: 24px;
  color: #fff;
  font-size: 11px;
  font-family: Verdana;
  margin: 0 0 1px;
  padding: 5px 10px 0;
  overflow: hidden;
  border-bottom: 3px solid #9f091a;
}

.toparea-left {
  width: 430px;
  margin: 0 4px 0 0;
  padding: 0;
  float: left;
}

.toparea-right {
  width: 480px;
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}

#header {
  background: #000024 top repeat-x;
  height: 80px;
  margin: 0 0 1px;
  padding: 20px 10px 7px;
  overflow: hidden;
}

.header-left {
  background: transparent no-repeat;
  width: 299px;
  height: 45px;
  margin: 12px 0 0;
  padding: 0;
  float: left;
}

.header-right {
  width: 665px;
  margin: 0;
  padding: 0;
  float: left;
  text-align: right;
}

.menubar {
  background: #000040 repeat-x;
  color: #fff;
  height: 36px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  float: left;
}

#nav {
  font-size: 12px;
  font-family: Arial, san-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav li a,
#nav li a:link,
#nav li a:visited {
  color: #fff;
  display: block;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  padding: 9px 11px 8px;
  border-right: 1px solid #123073;
}

#nav li a:active,
#nav li a:hover {
  background: transparent url(../img/nav-active.gif) repeat-x;
  color: #fff;
  display: block;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
  padding: 9px 11px 8px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
  background: transparent url(../img/nav-active.gif) repeat-x;
  color: #fff;
  width: 150px;
  float: none;
  margin: 0;
  padding: 4px 11px;
  border-bottom: 1px solid #123073;
  border-left: 1px solid #123073;
  border-right: 1px solid #123073;
  text-decoration: none;
}

#nav li li a:active,
#nav li li a:hover {
  color: #fff;
  padding: 4px 11px;
  text-decoration: none;
}

#nav li {
  float: left;
  padding: 0;
}

#nav li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 174px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #123073;
}

#nav li ul a {
  width: 140px;
}

#nav li ul ul {
  width: 174px;
  border-top: 1px solid #123073;
  margin: -25px 0 0 167px;
}

#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li:hover ul ul,
#nav li:hover ul ul ul {
  left: -999em;
}

#nav li li li.sfhover ul,
#nav li li li:hover ul,
#nav li li.sfhover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li:hover ul {
  left: auto;
}

#nav li.sfhover,
#nav li:hover {
  position: static;
}

.current-cat-home a,
.current-cat-home a:hover {
  background: transparent url(../img/nav-active.gif) repeat-x !important;
  color: #fff !important;
}

.current-cat a,
.current-cat a:hover {
  background: transparent url(../img/nav-active.gif) repeat-x !important;
  color: #fff !important;
}

.current-cat-parent a,
.current-cat-parent a:hover {
  background: transparent url(../img/nav-active.gif) repeat-x !important;
  color: #fff !important;
}

.active-cat,
.active-cat a:hover,
active-cat a {
  background: transparent url(../img/nav-active.gif) repeat-x !important;
  color: #fff !important;
}

#subnav {
  background: transparent repeat-x;
  height: 26px;
  color: #fff;
  margin: 0;
  padding: 4px 10px 0;
  overflow: hidden;
  font-size: 11px;
}

.subnav-left {
  margin: 0;
  padding: 0;
  float: left;
}

.subnav-right {
  width: 90px;
  margin: 0 0 0 10px;
  padding: 1px 0 0;
  float: right;
  text-align: right;
}

#subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#subnav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#subnav li a,
#subnav li a:link,
#subnav li a:visited {
  color: #fff;
  display: block;
  text-decoration: underline;
  margin: 0;
  padding: 0 20px 0 0;
}

#subnav li a:active,
#subnav li a:hover {
  color: #fff;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 0 20px 0 0;
}

.current_page_item a,
.current_page_item a:hover {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

#layout {
  background: transparent repeat-y;
  margin: 8px 0;
  padding: 0;
  overflow: hidden;
  float: left;
}

#layout ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

#layout ul li {
  display: block;
  list-style-type: none;
  margin: 0 0 2px;
  padding: 0;
}

#layout ul li a {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

#layout ul li a:visited {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

#layout ul li a:hover {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: none;
  padding: 0 0 0 15px;
}

.layout-left {
  width: 402px;
  margin: 0;
  padding: 0;
  float: left;
}

.layout-middle {
  width: 240px;
  margin: 0 21px;
  padding: 0;
  float: left;
}

.layout-right {
  width: 300px;
  margin: 0;
  padding: 0;
  float: left;
}

#layout-inner {
  background: transparent url(../img/layout-inner.gif) repeat-y;
  margin: 8px 0;
  padding: 0;
  overflow: hidden;
  float: left;
}

.layout-inner-left {
  width: 402px;
  margin: 0;
  padding: 0;
  float: left;
}

.layout-inner-middle {
  width: 240px;
  margin: 0 21px;
  padding: 0;
  float: left;
}

.layout-inner-middle ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.layout-inner-middle ul li {
  display: block;
  list-style-type: none;
  margin: 0 0 2px;
  padding: 0;
}

.layout-inner-middle ul li a {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

.layout-inner-middle ul li a:visited {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

.layout-inner-middle ul li a:hover {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: none;
  padding: 0 0 0 15px;
}

.layout-inner-right {
  width: 300px;
  margin: 0;
  padding: 0;
  float: left;
}

.layout-inner-right ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.layout-inner-right ul li {
  display: block;
  list-style-type: none;
  margin: 0 0 2px;
  padding: 0;
}

.layout-inner-right ul li a {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

.layout-inner-right ul li a:visited {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

.layout-inner-right ul li a:hover {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: none;
  padding: 0 0 0 15px;
}

#layout-post {
  background: transparent url(../img/layout-post.gif) repeat-y;
  margin: 8px 0;
  padding: 0;
  overflow: hidden;
  float: left;
}

.layout-post-left {
  width: 522px;
  margin: 0;
  padding: 0;
  float: left;
}

.layout-post-middle {
  width: 300px;
  margin: 0 21px;
  padding: 0;
  float: left;
}

.layout-post-middle ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.layout-post-middle ul li {
  display: block;
  list-style-type: none;
  margin: 0 0 2px;
  padding: 0;
}

.layout-post-middle ul li a {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

.layout-post-middle ul li a:visited {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

.layout-post-middle ul li a:hover {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: none;
  padding: 0 0 0 15px;
}

.layout-post-right {
  width: 120px;
  margin: 0;
  padding: 0;
  float: left;
}

.layout-post-right ul {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

.layout-post-right ul li {
  display: block;
  list-style-type: none;
  margin: 0 0 2px;
  padding: 0;
}

.layout-post-right ul li a {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

.layout-post-right ul li a:visited {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: underline;
  padding: 0 0 0 15px;
}

.layout-post-right ul li a:hover {
  color: #000;
  background: transparent url(../img/bullet.gif) 0 4px no-repeat;
  text-decoration: none;
  padding: 0 0 0 15px;
}

#layout-forum {
  background: #fff;
  width: 984px;
  margin: 8px 0;
  padding: 0;
  overflow: hidden;
  float: left;
}

#footer {
  background: #000024 top repeat-x;
  color: #ccc;
  font-family: Arial, San-serif;
  font-size: 11px;
  min-height: 26px;
  margin: 0;
  padding: 6px 10px 0;
  overflow: hidden;
}

.footer-left {
  width: 758px;
  margin: 0;
  padding: 0;
  float: left;
}

.footer-right {
  width: 200px;
  margin: 0;
  text-align: right;
  padding: 0;
  float: left;
}

#footer a {
  color: #ccc;
  text-decoration: none;
}

#footer a:visited {
  color: #ccc;
  text-decoration: none;
}

#footer a:hover {
  color: #ccc;
  text-decoration: underline;
}

table#wp-calendar {
  width: 250px;
  margin: 10px auto 0;
}

table#wp-calendar td {
  padding: 0 0 0 10px;
}

.video {
  background: #e9ecee;
  margin: 0 auto 15px;
  padding: 10px 0;
  border: 1px solid #c0ccd3;
}

.shadey {
  background: #e9ecee;
  margin: 0 auto 15px;
  padding: 10px;
  border: 1px solid #c0ccd3;
}

.topstory {
  background: #003;
  padding: 8px 10px 10px;
  height: 100%;
  color: #fff;
  margin: 0 0 10px;
}

ul#recentcomments {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
}

ul#recentcomments li.recentcomments {
  display: block;
  list-style-type: none;
  margin: 0 0 2px;
  padding: 0;
}

ul#recentcomments li.recentcomments a {
  color: #000;
  background: 0 0;
  text-decoration: underline;
  padding: 0;
}

ul#recentcomments li.recentcomments a:visited {
  color: #000;
  background: 0 0;
  text-decoration: underline;
  padding: 0;
}

ul#recentcomments li.recentcomments a:hover {
  color: #000;
  background: 0 0;
  text-decoration: none;
  padding: 0;
}

.img-topstory {
  width: 100%;
  float: left;
  padding: 0;
  border: 0;
}

.img-thumb {
  width: 80px;
  height: 80px;
  float: left;
  padding: 2px 10px 10px 0;
  border: 0;
}

.img-thumb-right {
  width: 80px;
  height: 80px;
  float: right;
  padding: 2px 0 10px 10px;
  border: 0;
}

.img-iotd {
  width: 100%;
  float: left;
  padding: 0 0 15px;
  border: 0;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

img.alignnone {
  padding: 0;
  margin: 0 0 10px;
  display: inline;
}

img.alignright {
  padding: 1px;
  margin: 20px 0 20px 20px;
  display: inline;
}

img.alignleft {
  padding: 1px;
  margin: 20px 20px 20px 0;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.wp-caption {
  background: #e9ecee;
  margin: 20px;
  color: #666;
  padding: 10px 0 10px 10px;
  border: 1px solid #c0ccd3;
}

.wp-caption img {
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}

.wp-caption p.wp-caption-text {
  margin: 0 auto;
  padding: 5px 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

#order_form {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inline;
}

#searchbox {
  background: 0 0 !important;
  width: 154px;
  color: #fff;
  font-size: 11px;
  font-family: Verdana;
  margin: 0;
  padding: 2px 0 0;
  text-align: right;
  display: inline;
  float: right;
  border: 1px solid transparent;
}

#commentblock {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

#commentblock a {
  text-decoration: none;
}

#commentblock a:visited {
  text-decoration: none;
}

#commentblock a:hover {
  text-decoration: underline;
}

#commentblock p {
  padding: 0 0 10px;
  margin: 0;
}

.commentleft {
  float: left;
  padding: 0;
  margin: 0;
}

#commentblock ol {
  margin: 0;
  padding: 0 0 10px;
}

#commentblock ol li {
  background: #e9ecee;
  list-style: none;
  margin: 0 0 10px;
  padding: 20px;
  border: 1px solid #c0ccd3;
}

.commentdate {
  padding-left: 0;
}

#commentlist li p {
  margin-bottom: 8px;
  line-height: 20px;
  padding: 0;
}

.commentname {
  margin: 0;
  padding: 5px 5px 5px 0;
}

.commentinfo {
  clear: both;
}

ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}

ol.commentlist li.comment {
  padding: 1em;
}

ol.commentlist li div.vcard cite.fn {
  font-style: normal;
}

ol.commentlist li div.vcard img.avatar {
  border: 1px solid #c0ccd3;
  float: left;
  margin: 6px 15px 3px 0;
  padding: 1px;
}

ol.commentlist li div.comment-meta {
  font-size: 9px;
  font-weight: 700;
}

ol.commentlist li p {
  margin: 0 0 1em;
}

ol.commentlist li ul {
  list-style: none;
  margin: 0 0 1em 2em;
}

ol.commentlist li div.reply {
  text-align: right;
}

ol.commentlist li div.reply a {
  font-size: 9px;
  font-weight: 400;
}

ol.commentlist li ul.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}

ol.commentlist li ul.children li.depth-2 {
  border: 1px dotted #646464;
  margin: 0 0 10px 10px;
}

ol.commentlist li ul.children li.depth-3 {
  border: 1px dotted #969696;
  margin: 0 0 10px 10px;
}

ol.commentlist li ul.children li.depth-4 {
  border: 1px dotted #b9b9b9;
  margin: 0 0 10px 10px;
}

ol.commentlist li ul.children li.depth-5 {
  margin: 0 0 10px 10px;
}

.futterlink {
  color: purple;
  text-decoration: underline;
}

.futterlink:hover {
  color: purple;
  text-decoration: underline;
}

.cn-button.wp-default {
  color: #d2f5f7;
  background: #1a316b;
}

.vid-overroll,
.vid-preroll {
  display: block;
  position: relative;
  z-index: 1;
}

#layout.main-content {
  padding-left: 15px;
  padding-right: 15px;
}

.main-content > img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  width: 100%;
}

.text-big {
  font-size: 20px;
}

.text-danger {
  color: red;
}

.text-width-small {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

p {
  font-size: 16px;
  line-height: 1.4;
}

.text-small {
  font-size: 14px;
}

.text-center {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.menubar,
.subnav-left,
.toparea-right {
  display: none;
}

.alert-block {
  box-sizing: border-box;
  margin: 0 0 1em;
  padding: 20px;
  background: #d9ead3;
}

.alert-block :last-child {
  margin-bottom: 0 !important;
}

.alert-block-2 {
  background: #fce5cd;
  font-size: 18px;
}

#layout .main-list {
  list-style-position: inside;
}

#layout .main-list li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 15px;
  font-size: 16px;
}

.comment-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.user-info {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.user-info img {
  width: 50px !important;
  flex: 50px 0 0;
  margin: 0 !important;
}

.user-info > div:last-child {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.user-message {
  font-size: 16px;
  line-height: 1.4;
}

.user-message img {
  display: block;
  margin: 10px 0 20px;
  width: 100%;
  max-width: 350px;
}

.reply {
  padding-left: 60px;
}

.d-lg {
  display: none;
}

@media screen and (min-width: 768px) {
  .main-content > img {
    width: auto;
  }

  .menubar,
  .subnav-left {
    display: block;
  }

  #wrapper {
    width: 750px;
  }

  #footer,
  #header,
  #toparea {
    width: 730px;
  }

  .menubar {
    width: 100%;
  }

  #layout-inner,
  #layout-post,
  #subnav {
    width: 730px;
  }

  .subnav-left {
    width: 630px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .main-content > img {
    max-width: 565px;
  }
}

@media screen and (max-width: 768px) {
  .text-big {
    font-size: 19px;
  }

  .order_block img {
    width: 30%;
  }
}

@media screen and (min-width: 992px) {
  #wrapper {
    width: 984px;
  }

  #footer,
  #header,
  #subnav,
  #toparea {
    width: 100%;
  }

  .text-width-small {
    width: 80%;
    margin-left: 70px;
    margin-right: auto;
  }

  .toparea-right {
    display: block;
  }

  h1 {
    font-size: 30px;
  }

  .main-content .img-lg-750 {
    max-width: 750px;
  }

  .d-lg {
    display: block;
  }
}

.d-480 {
  display: none;
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
  }

  .text-big {
    font-size: 19px;
  }

  .d-480 {
    display: block;
  }

  .user-message .img-xs-300 {
    max-width: 300px;
  }

  .text-big,
  .alert-block-2 {
    font-size: 16px;
  }

  .order_block img {
    width: 30%;
  }
}

@media screen and (max-width: 320px) {
  .alert-block-2 {
    font-size: 17px;
  }

  .order_block img {
    width: 50%;
  }
}

.btn-main {
  display: inline-block;
  padding: 15px 25px;
  background: #00f;
  color: #fff !important;
  font-size: 20px;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menubar {
    width: 730px;
  }
}
