#secondname {
    display: none;
}

#ccontent {
    resize: vertical;
    height: 200px
}

.red {
	color: #CC0000;
	margin-left: 3px;
}
.gray {
    color: #555555;
}

.form-comment input, textarea {
    margin-bottom: 15px;
}

.form-comment {

    margin-bottom: 20px;
}

.modal-body {
    font-size: 85%;
}



/*a.vote {text-decoration: none;}*/

/*#addComment {*/
	/*float: right;*/
	/*border-bottom: 1px dotted #0099FF;*/
	/*color: #0099FF;*/
	/*text-decoration: none;*/
/*}*/

.comment {
    padding: 20px 20px 20px 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.176);

    margin-bottom: 20px;
}

/*.comment-avatar {*/
    /*float: left;*/
/*}*/

/*img.comment-avatar {*/
    /*width: 35px;*/
    /*height: 35px;*/
/*}*/

.comment-name {
    font-size: 115%;
    /* margin-bottom: 5px; */
}

.comment-name img {
	margin-right: 10px;
}

.comment-time {
    color: #999999;
    margin-bottom: 5px;
}

.comment-votes {
    color: #999999;
}

.underline-cy {
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: #bbe5b2;
}

.underline-cn {
    text-decoration: none;
    border-bottom: 1px solid;
    border-color: #ffbbbb;
}

.comment-vote-yes {
    color: #1eaa00;
}

.comment-vote-no {
    color: #ff1e1e;
}

.comment-city {
    color: #999999;
}

.comment-city img {
	vertical-align: middle;
	opacity: 0.5;
}

.cursor-hand {
	cursor: pointer;
}

.vote-msg {
	font-size: 85%;
}

.avatar-adaptive { width: 20px; }

.gradient {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: center; 
}

.read-more { 
  
  margin: 0;
  padding: 30px 0; 

   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   
   
   /* overboard shadows for Opera (and why spec version listed first) */
   box-shadow: rgba(0,0,0,1) 0 1px 0, rgba(0,0,0,90) 0 0 10px, rgba(0,0,0,90) 0 0 20px, rgba(0,0,0,90) 0 0 30px;
   
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
}
/*.new-comment-block {*/
	/*padding-left: 0px;*/
	/*padding-right: 0px;*/
/*}*/

/*.new-comment {*/
	/*padding: 10px 15px 10px 10px;*/
	/*background: #eeeeee;*/
/*}*/

/*.new-comment-textarea {*/
	/*width: 100%;*/
	/*height: 150px;*/
/*}*/

/*.red { color: #CC0000; margin-left: 2px; }*/
/*.gray { color: #555555; }*/

/*.placeholder { color: #000000; }*/

/*.comments-vote {*/
	/*font-style: normal;*/
	/*font-weight: bold;*/
	/*float: right;*/
	/*text-align: right;*/
	/*height: 15px;*/
	/*width: 6em;*/
/*}*/

/*.result-vote {*/
	/*border-radius: 3px 3px 3px 3px;*/
	/*font-family: Verdana;*/
	/*font-size: 100%;*/
	/*font-weight: bold;*/
	/*margin: 0px 0px 0px 5px;*/
	/*padding: 2px 5px 2px 5px;*/
	/*text-decoration: none;*/
/*}*/

/*.result-vote-good {*/
	/*color: #70bc6e;*/
/*}*/
/*.result-vote-bad {*/
	/*color: #e45757;*/
/*}*/
/*.result-vote-none {*/
	/*color: #999999;*/
/*}*/

/*#comment p { margin: 0px 0px 10px 0px; }*/



/*a.vote-good*/
/*{*/
	/*text-decoration:none;*/
	/*font-size:80%;*/
	/*padding:2px 5px;*/
	/*background-color:#f5f7f0;*/
	/*-moz-border-radius: 3px;  -webkit-border-radius:3px;*/
	/*font-weight:bold;*/
/*}*/
/*a.vote-poor {*/
	/*background-color: #F5F7F0;*/
	/*border-radius: 3px 3px 3px 3px;*/
	/*font-size: 80%;*/
	/*font-weight: bold;*/
	/*padding: 2px 5px;*/
	/*text-decoration: none;*/
/*}*/
/*a.vote-poor:hover {*/
	/*background-color: #FF0000;*/
	/*color: #FFFFFF;*/
/*}*/
/*a.vote-good:hover {*/
	/*background-color: #2DBF00;*/
	/*color: #FFFFFF;*/
/*}*/
