﻿

/* New rules */
.sys_rss a {
    color: #440caa !important;
}

/* New rules */
.sys_rss a:hover {
    color: #35a65a !important;
}


.sys_rss li {
    margin-bottom: 15px;
}

/* New rules */

.socialcontent {
    height: 450px;
    overflow-y: scroll;
 	-webkit-overflow-scrolling: touch;
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.09);
	background-color: white !important;
}

/* New rules */
.socialcontainer {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
   
}

.nlink {
    color: white;
    float: right;
    margin-top: 10px;
    padding: 5px;
    background: #444444;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.nlink:hover {
    background: #00957e;
}
