.rac span{
	font-size:12px;
	line-height:8px;
	color:orange;
	font-weight:bold;
}

.rac h3{
	font-weight:bold;
	font-size:18px;
}

.rac{
	border-bottom:1px dotted black;
	margin:20px;
	padding-top:50px;
}

 * {
            box-sizing: border-box;
        }

        .container .gallery a img {
            float: left;
        
            height: auto;
            border: 2px solid #fff;
            -webkit-transition: -webkit-transform .15s ease;
            -moz-transition: -moz-transform .15s ease;
            -o-transition: -o-transform .15s ease;
            -ms-transition: -ms-transform .15s ease;
            transition: transform .15s ease;
            position: relative;
        }

        .clear {
            clear: both;
        }

        .gallery a {
            color: #009688;
            text-decoration: none;
        }

        .gallery a:hover {
            color: #01695f;
            text-decoration: none;
        }
		
		.list_star li{
			list-style:none;
			font-weight:bold;
			color:red;
			
		}
		
		.list_check li{
			margin:40px;
			color:black;
		}