.toggle_title{
background: #DEDEDE url(//www.kypreos.gr/wp-content/themes/starky/images/trigger_right.png) no-repeat;
background-position: 99% 13px;
height: 85px;
font-size: 16px;
color: #5e6069;
cursor: pointer;
padding: 10px 0 10px 15px;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
width: 584px;
transition:      all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition:    all 0.2s ease-in-out;
-o-transition:      all 0.2s ease-in-out;
}
.toggle_title:hover {
background-color: #d96c07;
color: #fff;
}
.toggle_active{
background: #d96c07 url(//www.kypreos.gr/wp-content/themes/starky/images/trigger_down.png) no-repeat;
background-position: 99% 15px;
height: 85px;
width: 584px;
color: #fff;
}
.toggle_content{
background: #F5F5F5;
color: #515151;
text-align: justify;
border-left: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
overflow: auto;
margin: 2px 0 15px;
padding: 5px 15px;
width: 584px;
}