#content .content-main {
  margin-bottom: 70px;
}

#content .content-main .csc-default {
  display: none;
  position: relative;
}

#c295 {
  margin-bottom: 15px;
}

#c296 {
  margin-top: -25px;
}

.content-paging-nav .more{
  float: right;
}

.content-paging-nav input {
  border: solid 1px #acb4b7;
  padding: 3px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #e8ecef;
  background-image: -moz-linear-gradient(#e8ecef, #dbe0e3);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8ecef), to(#dbe0e3));
  background-image: -webkit-linear-gradient(#e8ecef, #dbe0e3);
  background-image: -o-linear-gradient(#e8ecef, #dbe0e3);
}

.content-paging-nav input:disabled {
  visibility: hidden;
}

@media screen and (max-width: 1130px) {
  #content .content-main .csc-textpic .csc-textpic-imagewrap {
    width: 190px;
  }
  #content .content-main .csc-textpic .csc-textpic-text {
    margin: 0 50px 0 200px;
  }
}

@media screen and (max-width: 660px) {
  #content .content-main .csc-textpic .csc-textpic-imagewrap {
    width: 190px;
  }
  #content .content-main .csc-textpic .csc-textpic-text {
    margin: 0 0 0 0;
    min-height: 135px;
  }
}