.tickets{
	width: 100%;
	background-color: #353a40;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353a40), color-stop(100%, #2e3338));
    background-image: -webkit-linear-gradient(top, #353a40, #2e3338);
    background-image: -moz-linear-gradient(top, #353a40, #2e3338);
    background-image: -ms-linear-gradient(top, #353a40, #2e3338);
    background-image: -o-linear-gradient(top, #353a40, #2e3338);
    background-image: linear-gradient(top, #353a40, #2e3338);
    
    border-top: 1px solid #2e3338;
    border-right: 1px solid #2e3338;
    border-bottom: 1px solid #2e3338;
    border-left: 1px solid #2e3338;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
    padding: 23px;
    color: #FFF;
    box-shadow: 0px 1px 5px #5E5E5E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    float: left;
    margin-bottom: 27px;
}

.ticket_title{
	width: 100%;
	color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.ticket_author{
	width: 100%;
	color: #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 11px;
    line-height: 24px;
}

.ticket_description{
	width: 100%;
	color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.ticket_label{
	width: 100%;
	color: #FFF;
    font-size: 16px;
    font: bold "helvetica neue", helvetica, arial, sans-serif;
}

.tickets_main_title{
	width: 100%;
	color: #DDD;
    font-size: 26px;
    font: bold "helvetica neue", helvetica, arial, sans-serif;
}

.respond { 
	padding-right: 23px;
}

/* Highlight active form field */

.respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  height:120px;
  width:100%;
  padding: 3px 0px 3px 3px;
  margin: 5px 12px 3px 0px;
  border: 1px solid #DDDDDD;
  margin-bottom: 12px;
}
 
 
.respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 12px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.respond button {
	background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    color: #333;
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    text-shadow: 0 -1px 1px #eee;
    text-align: center;
    width: 150px;
    padding: 5px;
    min-height: 28px;
    min-width: 150px;
}

.comments{
	width: 100%;
	/*background-color: #eeeeee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(top, #eeeeee, #cccccc);
    
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
    padding-top: 23px;
  	color: #353a40;
    box-shadow: 0px 1px 5px #5E5E5E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;*/
}

.comments ul{
	list-style-type: none;
	padding-right: 23px;
}

.comments li{
	list-style-type: none;
}

.comment_author{
	width: 100%;
	color: #DDD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 11px;
    line-height: 24px;
}

.comment_text{
	width: 300px;
	color: #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 24px;
}

.comment_text p.test {
    word-wrap: break-word;
}

.comment_date{
	width: 100%;
	color: #CCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 11px;
}