.eo-main {
    padding: 15px;
}
.eo-main th {
    text-align: left;
	width: 120px;
}

.detail-entry {
    background-color: green;
    color: #fff;
    font-size: 15px;
    padding: 5px;
}
.eo-main input[type="text"], input[type="password"] {
    padding: 7px;
    width: 390px;
}
.eo-main input[type="submit"] {
    width: 200px;
	margin-top: 20px;
}

table.pro_feeds {
    width:100%;
}
.eo-main .shortcode {
    margin-bottom: 10px;
    margin-top: 35px;
}
.eo-main select[multiple] {
    height: auto;
    min-height: 100px;
    width: 390px;
}
ul.news-feed li {
    padding: 6px;
    list-style: none;

}

ul.news-feed li  a{
    text-decoration: none !important;
}
ul.news-feed li a {
    text-decoration: none !important;
    color: #5a7cce;
	    box-shadow: none;
		font-size: 17px;
    font-weight: 600;

}
.news-feed li a:hover {
    color: #46849c;
    box-shadow: none;
}ul.news-feed li:before {    content: unset;}span.page-numbers.current {    color: red;    border: 1px solid red;    padding: 1px 5px;}a.page-numbers {    color: red;    border: 1px solid;    padding: 1px 6px;	color: white;    border: 1px solid;    padding: 1px 6px;    background: red;}a.next {    color: red;    border: none;    padding: 1px 6px;	background:none;}
p.date {
    font-size: 14px;
    margin-top: -14px !important;
}