.learn-box {
 padding : 0px;
 border-top: none;
}
#edit-title::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(59, 58, 57);
}
#edit-title::-moz-placeholder { /* Firefox 19+ */
    color: rgb(59, 58, 57)
}
#edit-title:-ms-input-placeholder { /* IE 10+ */
  color: rgb(59, 58, 57)
}
#edit-title:-moz-placeholder { /* Firefox 18- */
   color: rgb(59, 58, 57)
}

.ui-state-active {
    border: 1px solid #F3605D;
    background: #F3605D;
}


.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	/*border-top: 1px solid #ddd;*/
	/* border-style: solid; */
}

.tablesaw-stack td, .tablesaw-stack th {
     text-align: center;
     display: block;
}

header .area-main-menu .navigation ul.gva_menu
{
position:static;
margin-top: -20px !important;
}
