ul.course_list_ul li {
    list-style: none;
    padding:0;
    margin:0;
    border-bottom:1px solid #ccc;
}
ul.course_list_ul {
    margin:0;
	background-color:#fff;
    border-radius: 10px;
    padding: 10px;
}
.course_list_ul .course-date-show {
    text-align: center;
    height: 135px;
    position: relative;
    width:135px;
    float:left;
    padding: 15px 0 10px 7px;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
}
.course-info-show {
	margin-left:108px;
    padding: 8px 10px 5px 0;
    line-height:16px;
}
.course_column_1 {
    display: inline-block;
    width: 50%;
}
.course_column_2, .course_column_3, .course_column_4, .course_column_5 {
    display: inline-block;
    width: 14%;
	vertical-align: top;
	padding-top: 20px;
}
.course-info-show span.course_green_text {
    color:#539b43;
}
.course_short_description {
    padding-top: 10px;
    font-size: 13px;
    width: 50%;
}
.course-month {
	background-color:#b7342d;
	color: #fff;
    padding: 5px;
    text-transform: uppercase;
    display: block;
    clear: both;
    font-size: 17px;
    font-weight: bold;
}
.course-day {
    font-size: 40px;
    line-height:40px;
}
.course_title, .course-title-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0d3557;
    font-weight: bold;
    line-height:19px;
    font-size:19px;
}
.course-info-show span {
    padding-right: 20px;
}
.course-info-show i {
	padding-right:5px;
}
.course_desc {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}
.course-info-buttons {
    padding-bottom: 20px;
    padding-right: 0px;
    margin-top:25px;
    width: 200px;
    float: right;
    position: relative;
}
.course-more-info {
	display: inline-block;
    border: 1px solid #0d3557;
	padding: 5px 5px 5px 10px;
	float: right;
	color:#0d3557;
	margin-right:20px;
	border-radius:15px;
    background-color:#fff;
}
.course-more-info:hover {
    background-color:#fff;
    border: 1px solid #0d3557;
	color:#0d3557;
	text-decoration:none;
}
.course-more-register {
	display: inline-block;
    background-color:#539b43;
    border: 1px solid #0d3557;
	padding: 5px 20px 5px 20px;
	float: right;
	color:#fff;
}
.course-more-register:hover {
    border: 1px solid #0d3557;
    background-color:#539b43;
	color:#fff;
	text-decoration:none;
}
.course-more-info.course-tipso.tipso_style {
    border-bottom: 1px solid #0d3557;
}
.course-info-show .clear, ul.course_list_ul li .clear {
	clear:both;
}
ul.course_list_ul li .alignleft.wp-post-image {
  width: 100px;
  height: 100px;
}
.course_short_description ul li {
  border-bottom: 0px;
}
@media only screen and (max-width: 600px) {

	.course_list_ul .course-date-show {
		width:100px;
		height:100px;
		padding: 5px 0 10px 7px;
	}
	.course_column_1 {
		display: inline-block;
		width: 100%;
	}
	.course-info-show span {
		display: block;
	}
	.course_short_description {
		display:none;
	}
	.course_column_2, .course_column_3 {
		width: 50% !important;
		display: inline-block;
	}
}