/*
Theme Name:     ligtt
Description:    ligtt is a theme for creative people
Author:         Romale
Template:       education-base

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.sm-up-container {
   
    width: 23px;
    }
.t-box {
	background: #ffc551;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 20px;

}   
.btm-t {
	border-width: 5px;
    border-bottom: dashed #4d688a;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ttl {
	background-color: #fd5308;
    padding: 6px 6px;
    color: white;
    text-align: center;
    border: 1px solid #e24c0a;

}
.news-box {
    -moz-box-shadow: inset 0 0 10px rgb(208, 208, 208);
    -webkit-box-shadow: inset 0 0 10px rgb(208, 208, 208);
    box-shadow: inset 0 0 10px rgb(208, 208, 208);
    padding: 15px;
    margin-bottom: 10px;
}
        
.news-box h3 a{
	color: #4d688a;
}
.news-box h3 a:hover{
	color: #f99f15;
}