/* Write your styles */
/*.mine {
    /*padding: 130px 0;
    background: #313131 url(http://www.seakong.cn/demo/bg/4.jpg) no-repeat center;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
}
.cover {
    background: url(http://www.seakong.cn/images/overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    width: 1000px;
    height: 400px;
    z-index: 0;
}
.am-g img{
    width:100%;
    height:360px;
    overflow:hidden;
}
.am-bor {
    border:1px solid black;
}
@media only screen and (min-width: 1200px) {
      .blog-g-fixed {
        max-width: 100%;
      }
}

.lw-bor {
    border:1px solid gray;
}

.lw-sidebar {
    width: 260px;
    min-height: 100%;
    float: left;
    border-right: 1px solid #cecece;
}
.lw-sidebar .am-list li a {
    color:black;
    
}
@media only screen and (min-width: 641px) {
  .lw-sidebar {
    display: block;
    position: static;
    background: none;
  }
  .lw-offcanvas-bar {
    position: static;
    width: auto;
    background: none;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}
@media only screen and (max-width: 640px) {
  .lw-sidebar {
    width: inherit;
  }
}

.lw-sidebar {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.lw-sidebar {
  z-index: 1600;
}

#bg {
    width:1600px;
    height:900px;
    float:right;
    background-color:#1b1b1b;
}
*/

/**
 * log in css
 */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

.log {
    width: 100%;
    height: 100%;
    background: url(../i/f10.jpg) #000 no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

@media only screen and (max-width: 640px) {
    .log {
        background-size: 180% 100%;
        background-position: top right;
    }

    .log-title {
        display: none;
    }
}

.log-title {
    font-size: 4rem;
}

.log-content {
    margin-top: 15%;
    text-align: center;
}

.log-button {
    background-color: transparent;
    border-radius: 8px;
    border: 2px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

.log-button:hover {
    background-color: #0e90d2;
    border: 2px solid #0e90d2;
    color: #ffffff;
}

.log-button:active {
    position: relative;
    top: 1px;
}

.log-header, .log-re {
    background-color: transparent;
    position: absolute;
    top: 0;
    color: #ffffff;
}

.log-header {
    display: block;
    height: 50px;
    width: 165px;
    margin-left: 10%;
    text-indent: -9999px;
    background: url(http://s.amazeui.org/media/i/brand/amazeui-w.png) left center no-repeat;
    background-size: 125px 24px;
}

.log-header:hover {
    height: 50px;
    width: 165px;
    margin-left: 10%;
    text-indent: -9999px;
    background: url(http://s.amazeui.org/media/i/brand/amazeui-cw.png) left center no-repeat;
    background-size: 125px 24px;
}

.log a {
    color: #fff;
}

.log-re {
    right: 10%;
    top: 1%;
}

.log-icon {
    background-color: transparent;
    color: #ffffff;
}

.log-animation-delay {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.log-animation-delay-a {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.log-animation-delay-b {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.log-alert {
    clear: both;
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding-top: 0;
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
}

.log-footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

/**
 * blog css 
 * a:hover: #10D07A 
 * 基本色：#333 
 * 或者 #3d3d3d   
 * bgcolor：#10D07A  ， color：#fff
 * blog-color  单独的颜色突出
 * .blog-bor    border:1px solid #e5e5e5
 * css复用 与 规范化
 */
a {
    color: #474747;
}

a:hover {
    color: #10D07A;
}

.blog-header {
    margin-top: 3rem;
}

@media only screen and (max-width: 640px) {
    .blog-header {
        margin-top: 1rem;
    }

    .blog-nav li {
        text-align: center;
    }
}

#blog hr {
    margin: 0.6rem 0;
}

.blog-nav {
    padding: 0 1.3rem;
}

.blog-nav li a:hover {
    background-color: #fff;
    color: #10D07A;
}

.blog-button {
    width: 95%;
    height: 100%;
    margin-left: 1.5rem;
    background-color: #10D07A;
}

.am-dropdown-content li a {
    background-color: transparent;
}

.am-dropdown-content li a:hover {
    background-color: #10D07A;
}

.blog-text-center {
    text-align: center;
}

.blog-bor {
    border: 1px solid #e5e5e5;
}

.am-topbar-nav > li.am-active > a, .am-topbar-nav > li.am-active > a:focus, .am-topbar-nav > li.am-active > a:hover {
    border-radius: 0;
    color: #10D07A;
    background: 0 0;
    text-align: center;
}

.am-topbar-nav > li > a:hover:after {
    opacity: 0;
}

@media only screen and (min-width: 641px) {
    .am-topbar-nav > li.am-active > a:after {
        opacity: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-fixed {
        max-width: 1200px;
    }
}

.blog-entry-img {
    padding: 0;
    max-width: 100%;
    height: auto;
}

.blog-entry-article {
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 640px) {
    .blog-entry-article {
        padding-bottom: 1rem;
        text-align: center;
    }
}

.blog-entry-text {
    padding: 0 1rem;
}

.blog-entry-text h1 {
    margin-top: 0;
    color: #3d3d3d;
}

.blog-sidebar {
    margin-top: 3rem;
    padding: 0 1.5rem 0 3rem;
}

.blog-title {
    margin-top: -1.5rem;
}

.blog-title span {
    background-color: #fff;
    padding: 0 1.5rem;
}

.blog-sidebar-widget {
    padding: 0 2rem;
    margin-bottom: 4rem;
    text-align: center;
}

h1 span {
    color: #333;
}

.blog-icon {
    width: 3.4rem;
    border: 1px solid #e5e5e5;
    padding: 0.5rem;
    color: #3d3d3d;
}

.blog-icon:hover {
    color: #fff;
    background: #10D07A;
    border: 1px solid #10D07A;
}

.blog-color {
    color: #10D07A;
}

.blog-continue {
    color: #000;
    border: 0.2rem solid gray;
    padding: 0.5rem 1rem;
    font-weight: bold;
    display: none;
}

.blog-continue:hover {
    background-color: #10D07A;
    color: #fff;
    border: 0.1rem #fff;
}

.blog-tag {
    background: #F3F3F3;
    margin: 0.15rem 0.15rem;
    line-height: 2.5rem;
    float: left;
    border: 1px solid #eee;
    padding: 0.2rem 0.8rem 0.2rem 0.8rem;
}

.blog-tag:hover {
    background: #10D07A;
    color: #fff;
}

.blog-clear-margin {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}

.blog-clear-padding {
    padding: 0 0 1.5rem 0 !important;
}

.blog-tag-left {
    text-align: left;
}

.blog-footer {
    padding: 0.1rem 0 0.1rem 0;
    margin-top: 0.1rem;
    background-color: #252525;
    color: #fff !important
}

.blog-footer-padding {
    padding: 3rem 0;
}

.blog-footer a {
    color: #fff;
}

.blog-footer span {
    color: #fff;
}

/**
 * blog-article-sidebar
 * 
 */

.blog-article-p {
    margin: 3rem 0;
}

.blog-author-img {
    width: 8rem;
    height: 8rem;
}

@media only screen and (max-width: 641px) {
    .blog-author-img {
        width: 6rem;
        height: 6rem;
    }
}

.blog-article-margin {
    margin: 3rem 0;
}

.blog-clear-left {
    padding-left: 0;
}

.blog-clear-right {
    padding-right: 0;
}

.blog-slider-desc {
    width: 50%;
    height: 50%;
    overflow: hidden;
    border: 0.3rem solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);;
    background-color: transparent;
}

.blog-slider-con {
    position: absolute;
    left: 0.5%;
    top: 1%;
    width: 99%;
    height: 98%;
    border: 0.3rem solid #fff;
    padding: 3rem 8rem;
    background-color: #fff;
}

/**
 * bug:
 * width:100%; height:100%; 
 * margin: 1% 或者 1rem ;
 * 此处的定位出现问题。
 */
.blog-h-margin {
    margin: 0;
}

.am-slider-carousel li {
    margin-right: 25px;
}

.blog-comment {
    padding-left: 0.625rem;
}

.img-layout {
    width: 300px;
    height: 200px;

}

#container {
    width: 100%;
    margin: auto;
}

#container div {
    -webkit-box-shadow: 0 4px 15px -5px #555;
    box-shadow: 0 4px 15px -5px #555;
    background-color: #fff;
    width: 220px;
    padding: 2px;
    margin: 5px;
}

#container > div img {
    padding: 0px;
    display: block;
    width: 100%;
}

.time-year {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.timeline-year li {
    list-style: none;
}

.timeline-span {
    border-left: 2px solid #10D07A;
}

div.flash {
    display: none;
    position: fixed;
    float: right;
    padding: 10px;
    top: 0px;
    right: 0px;
    opacity: 0.99;
    margin: 10px 10px 10px 10px;
    text-align: center;
    clear: both;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 2;
}

.tctip {
    position: fixed;
    right: 0;
    z-index: 10000;
    padding-left: 34px;
    width: 0;
    overflow: hidden;
    box-sizing: content-box;
    background-color: transparent
}

.tctip li, .tctip ul {
    margin: 0;
    padding: 0
}

.tctip img {
    border: 0;
    display: block
}

.tctip a {
    color: #000;
    text-decoration: none;
    outline: 0 none
}

.tctip .tctip-btn-box {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -46px;
    width: 34px;
    height: 93px
}

.tctip .tctip-main-box {
    width: 240px;
    height: 332px;
    font: 12px/1.5 microsoft yahei, tahoma, arial, sans-serif;
    color: #000;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-right: none
}

.tctip .tctip-main-box .tctip-footer, .tctip .tctip-main-box .tctip-title {
    margin: 0;
    height: 26px;
    line-height: 26px;
    background-color: #e7e7e7
}

.tctip .tctip-main-box .tctip-title {
    padding: 0 0 0 6px;
    font-size: 14px;
    font-weight: 400;
    background-image: none
}

.tctip .tctip-main-box .tctip-footer {
    padding-right: 6px;
    font-size: 12px;
    text-align: right
}

.tctip .tctip-main-box .tctip-footer a:hover {
    text-decoration: underline
}

.tctip .tctip-main-box .tctip-body-box {
    font-size: 0;
    background-color: #eee;
    width: 240px
}

.tctip .tctip-main-box .tctip-body-box .tctip-icon-box {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    font-size: 12px
}

.tctip .tctip-main-box .tctip-body-box .tctip-icon-box ul {
    list-style: none
}

.tctip .tctip-main-box .tctip-body-box .tctip-icon-box ul a.fifth {
    border-bottom: none
}

.tctip .tctip-main-box .tctip-body-box .tctip-icon-box ul.not-full {
    border-top: 1px solid #dfdfdf
}

.tctip .tctip-main-box .tctip-body-box .tctip-icon-box ul li {
    display: block;
    height: 56px;
    transition: background-color .2s linear
}

.tctip .tctip-main-box .tctip-body-box .tctip-icon-box ul li.tctip-current {
    border-right: none
}

.tctip .tctip-main-box .tctip-body-box .tctip-icon-box ul li.tctip-current a, .tctip .tctip-main-box .tctip-body-box .tctip-icon-box ul li.tctip-current a:hover {
    background-color: #fff
}

.tctip .tctip-main-box .tctip-body-box .tctip-icon-box ul li a {
    position: relative;
    display: block;
    padding-left: 40px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    border-bottom: 1px solid #ccc
}

.tctip .tctip-main-box .tctip-body-box .tctip-icon-box ul li a img {
    position: absolute;
    left: 6px;
    top: 13px;
    width: 30px;
    height: 30px
}

.tctip .tctip-main-box .tctip-body-box .tctip-qr-detail {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 280px;
    font-size: 12px;
    background-color: #fff
}

.tctip .tctip-main-box .tctip-body-box .tctip-qr-detail .tctip-qr-box {
    padding: 14px 0 0 10px
}

.tctip .tctip-main-box .tctip-body-box .tctip-qr-detail .tctip-qr-box .tctip-qr-title {
    margin: 0 0 20px;
    width: 132px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center
}

.tctip .tctip-main-box .tctip-body-box .tctip-qr-detail .tctip-qr-box .tctip-qr-code {
    margin: 0 0 20px;
    padding: 12px;
    width: 106px;
    height: 106px;
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QNvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6QjgxOTIzMjRGMjhCRTQxMTk5QjZGNERBNDI5NUVBNjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjkxODAwMUY4Q0Y4MTFFNEE0NkVCQUVGNjA3MDhFMzUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjkxODAwMUU4Q0Y4MTFFNEE0NkVCQUVGNjA3MDhFMzUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNzMwMTIzMEZBOEJFNDExOTlCNkY0REE0Mjk1RUE2MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCODE5MjMyNEYyOEJFNDExOTlCNkY0REE0Mjk1RUE2MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQECAgICAgICAgICAgMDAwMDAwMDAwMBAQEBAQEBAgEBAgICAQICAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDA//AABEIAIIAggMBEQACEQEDEQH/xAB+AAEAAwEBAQEAAAAAAAAAAAAABgcIBQMECgEBAAAAAAAAAAAAAAAAAAAAABAAAQIEAAoGBgcJAQAAAAAAAAIDAQQFBhHUlbUWNlZ2mNgxYRITMzUhUVODFDRBIjJSYmNlcYEjcyRUdRc4SBEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A/eRLy6rpi7PTzr8KHB99im01h52Xan2pd1bC6lUlsqbdmW5l1tUWWYq7mDPZUpKlK+oH26HWl9Nr27HrVRaapUeuKlS0VRj+0BodaOy1uZEpmKgNDrR2WtzIlMxUBodaOy1uZEpmKgNDrR2WtzIlMxUBodaOy1uZEpmKgNDrR2WtzIlMxUBodaOy1uZEpmKgNDrR2WtzIlMxUBodaOy1uZEpmKgNDrR2WtzIlMxUBodaOy1uZEpmKgNDrR2WtzIlMxUBodaOy1uZEpmKgeL1uNSCVTVswRSJ1qEVok2Yqao0/wBmGH4Wdp6P6ZpL3RB5pCHm4xwwjGGFKg5n+wKZ/azflHx3QnzPZ7/K9X2OsDs2dqla8fXbtFVHrUqmyylRj1xVHCBIwAAAAAAAAAAAAAAAADOeCHq/9D9x7n2X8vq6ALps7VG1t3KJmyVAkYAAAAAAAAAAAAAAAABnPmMAumztUbW3combJUCRgAAAAAAAAAAAAAAAAGc+YwC6bO1RtbdyiZslQJGAAAAAAAAAAAAAAAAAZz5jALps7VG1t3KJmyVAkYAAAAAAAAAAAAAAAABnPmMAumztUbW3combJUCRgAAAABznaRSX5pE8/S6c9OtqQtucdkpZyaQtpSFtqRMLai8lTa20xTGEcMIphGHRADogAAAAAAAAAGc+YwC6bO1RtbdyiZslQJGAAAAAAAAAAAAAAAAAZz5jALps7VG1t3KJmyVAkYAAAAAAAAAAAAAAAABnPmMAumztUbW3combJUCRgAAAAAAAAAAAAAAAAGc+YwC6bO1RtbdyiZslQJGAAAAAAAAAAAAAAAAAZz5jALps7VG1t3KJmyVAkYAAAAAAAAAAAAAAAABnPmMAumztUbW3combJUCRgAAAAB4PTDcv3XbS+rvXm2EdzLTEzgW6qCUqd+Had7lmEY/WcX2W0Q9KlQh6QPcAAAAAAAAAAznzGAXTZ2qNrbuUTNkqBIwAAAAAAAAAAAAAAAADOfMYBdNnao2tu5RM2SoEjAAAAAAAAAAAAAAAAAM58xgFxW2+iQaTbM0qDU7SUKZk21xgn46jNLiinzsrhwd8luV7Db0E4YtvJjCPoimKglQAAAAAAAAAAAAAAADm1Sqy1Jlu/fipbriu6k5NrAqbn5tUP4UpKNYcLr7qv3JhhUqMEwjGAVjoNW/ayvj6Y+JHXn2PR5d+Z0/hAkt/eVy3lPzUPnvMvsR1f/Vfu/hwgVdDoh/0P7jwfdfl+rqAcRgDiMAcRgDiMAcRgDiMAcRgDiMAcRgDiMAcRgDiMAcRgEssbzl3xvlV64a8/R4P6b9/rwAXAB//2Q==) no-repeat;
    box-sizing: content-box
}

.tctip .tctip-main-box .tctip-body-box .tctip-qr-detail .tctip-qr-box .tctip-qr-code img {
    width: 106px;
    height: 106px
}

.tctip .tctip-main-box .tctip-body-box .tctip-qr-detail .tctip-qr-box .tctip-qr-desc {
    font-size: 12px;
    word-break: break-all;
    text-align: center
}

/* Post */
.post {
    padding: 0px 20px 0px 20px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #d0cfc2;
}

.post a {
    font-weight: bold;
    text-decoration: none;
}

.post .title {
    letter-spacing: -.5px;
}

.post .title a {

}

.post .title a:hover {

}

.post .meta {
    margin: 0px 0px 15px 0px;
}

.post .meta a {
    text-decoration: none;
    border-bottom: 1px dotted #666;
}

.post .meta .author {
    color: #0068b0;
    font-weight: bold;
}

.post .meta .comments-count {

}

.post .links {
    margin: 0px 0px 10px 0px;
    clear: both;
}

.post .links a {

}

.post .links .readmore, .post .links .comments, .post .links .addthis {

}

.post .links .readmore {
    float: left;
}

.post .links .readmore a {
    text-decoration: none;
    color: #555;
    padding: 5px;
    border: 1px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #eaeaea;
}

.post .links .addthis {
    float: right;
}

.post .entry {
    padding-bottom: 10px;
}

.post .entry a {
    text-decoration: underline;
}

.post .metabottom, .post .tags {
    margin: 10px 0px 10px 0px;
    padding: 5px 5px 5px 5px;
    /*background: #eeedde;*/
    border: 1px solid #d0cfc2;
}

/* Comments */
#comments {
    margin-top: 10px;
    padding: 0px 30px 20px 30px;
}

#comments .comment {
    margin: 10px 0px 10px 0px;
    padding: 5px;
}

#comments .comment a {
    /*color: #f99000;*/
}

#comments .menu {
    margin: 20px 0px 20px 0px;
    padding: 5px;
}

#comments .menu a {
    text-decoration: none;
    color: #555;
    padding: 5px;
    border: 1px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #eaeaea;
}

#comments .author {
    margin: 10px 0px 10px 0px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #dedede;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #eeedde;
}

#comments .author .avatar {
    padding: 5px;
    height: 100%;
    float: left;
}

#comments .author .name {
    margin-left: 10px;
    padding: 5px;
    float: left;
    font-size: 13px;
    font-weight: bold;
}

#comments .author .date {
    font-size: 11px;
    margin-left: 10px;
    padding: 5px;
    color: #555;
}

#comments .author .inreply {
    margin-left: 10px;
    padding: 5px;
    float: left;
    color: #555;
}

#comments .author .id {
    padding: 5px;
    float: right;
    font-size: 24px;
    font-weight: bold;
    color: #888;
}

#comments .response {
    margin-top: 10px;
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #dedede;
}

#comments .replyform {
    display: none;
    margin: 10px 0px 10px 0px;
}

#comments .replyform h2 {
    margin: 10px 0px 10px 0px;
}

#comments .replyform .text {
    margin: 10px 0px 10px 0px;
    height: 180px;
}

#comments .replyform .text textarea {
    height: 98%;
    width: 98%;
    border: 1px solid #dedede;
}

#comments .replyform .buttons {
    margin: 10px 0px 10px 0px;
}

#comments .replyform .buttons input {
    margin: 0px 15px 0px 0px;
}


td.w2p_fw {
    padding-bottom: 1px;
}
td.w2p_fl {
    text-align: left;
}
td.w2p_fl,
td.w2p_fw {
    padding-right: 7px;
}
td.w2p_fl,
td.w2p_fc {
    padding-top: 4px;
}

.amz-cse {
 display:none
}
.amz-cse.am-active .cse-form {
 width:180px;
 background-color:#fff
}
.amz-cse.am-active .cse-form input[type=text] {
 margin-left:30px;
 width:140px;
 color:#333;
 outline:0
}
.amz-cse.am-active .cse-form input[type=text]::-moz-placeholder {
 color:#999;
 opacity:1
}
.amz-cse.am-active .cse-form input[type=text]:-ms-input-placeholder {
 color:#999
}
.amz-cse.am-active .cse-form input[type=text]::-webkit-input-placeholder {
 color:#999
}
.amz-cse.am-active .cse-form button {
 color:#555;
 z-index:110
}
.cse-form {
 position:relative;
 margin-top:9px;
 width:40px;
 height:32px;
 -webkit-transition:.15s;
 transition:.15s
}
.cse-form input[type=text] {
 position:relative;
 z-index:100;
 border:none;
 background-color:transparent;
 color:transparent;
 width:40px;
 height:32px;
 font-size:14px;
 line-height:32px;
 -webkit-appearance:none;
 -webkit-transition:all .15s;
 transition:all .15s;
}
.cse-form input[type=text]::-moz-placeholder {
 color:transparent;
 opacity:1
}
.cse-form input[type=text]:-ms-input-placeholder {
 color:transparent
}
.cse-form input[type=text]::-webkit-input-placeholder {
 color:transparent
}
.cse-form button {
 position:absolute;
 top:3px;
 left:2px;
 z-index:90;
 -webkit-appearance:none;
 background:0 0;
 border:none;
 outline:0;
 color:#f2f2f2
}
@media only screen and (min-width:1025px) {
 .amz-cse {
  display:block
 }
 .amz-cse form {
  width:0
 }
}