#center .module {
    padding: 20px 0;  
}
#center .module h4,
#center .module h3,
#center .module h2,

#center .module h1.clean{
    color: #666;
    font-size: 2.5em;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
    background:none;
}
#center .module h1 {
    font-size: 1.5em;
    color: #59ad59;
    padding: 15px 15px 10px 15px;
    font-weight: 300;
    background: #c0d6c0;
    text-transform: uppercase;
    font-family: 'Signika', sans-serif;
}
#center .module h1.red {
    background: #e24a4a;
    color: #fff;
}
#center .module h2 {
    margin-top: 25px;
    font-size: 1.7em;
    margin-bottom: 10px;
}
#center .module .content table{
    font-size: /*1.4em;*/1.2em;
}
#center .module .content table td{
    padding: 5px 20px 5px 0px;
}
#center .module .content table tr td:first-child {
    color: #000;
    font-weight: bold;
}
#center .module .content p{
	font-size: 1.2em;
	margin-bottom: 10px;
    color: #7A8661;
    padding: 10px 0px;
      
    text-align: justify;  
}

#center .module h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
    letter-spacing: 0px;
    margin-top: 0;
    padding-left: 13px;
    
}
.demand_canceled,
.demand_header {
    background: #eef5f8;    
}
.demand_canceled span.values {
    color: #59AD59;
    font-weight: bold;
}
.demand_canceled,
.demand_header ul{
    list-style: none;
    padding: 22px 15px;
    font-size: 1.4em;
}
.demand_canceled {
    color: #666666; 
    margin-bottom: 20px;
}
.demand_header ul li{
    /*display: table-cell;*/
}
.demand_header ul span.dt {
    color: #59ad59;
    display: inline-block;
    padding: 3px 0px;
    width: 260px;
    vertical-align: top;
}
.demand_header ul span.data {
    color: #666;
    display: inline-block;
    width: 670px;
    padding-top: 3px;    
}

.provides .provide_line {
    font-size: 1.3em;
    color: #323131; 
}

.provides .provide_line b{
    color: #0360a0;
    display: inline-block;
    padding: 3px 0px; 
    
    font-weight: normal;
}
ul.provide_list {
    list-style: none;
    margin-bottom: 20px;
}
.provide_list li{
    padding-left: 27px;
    font-size: 1.3em;
    color: #323131;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url('/media/images/checkmark.png') no-repeat left 3px;
}
.provide_list li li{
    font-size: 0.76em;
    background: none;
}
.provide_list li ul {
    list-style: none;
}
.provide_list li .export {
    font-size: 1.2em;
}
.provide_list li.cancel {
    background: url('/media/images/delete.png') no-repeat left 3px;
}
.provide_list .cancel_desc {
    display: none;
} 
.select_reason {
    color: #323131;
    font-size: 1.2em; 
    margin-bottom: 30px;   
}
.select_reason p {
    padding-bottom: 15px;
}
.select_reason .ul_files {
    padding-left: 15px;
}
