﻿.sm-icon { 
    position: relative;
}

.sm-icon {
    margin-left: 5px;
}

.sm-icon a {
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sm-icon a:hover, .sm-icon a:focus {
    color: #ccc;
    text-decoration: underline;
}

.sm-icon a .fa { 
    font-size: 15px; 
    vertical-align: middle; 
    height: 100%;
    width: 100%;
    text-align: center;
}

.username-input {
    height: 38px;
}

.login-page .data-container .text-wrapper .text-container .read-more { 
    color: #1e72ab;
    transition: all 0.5s;
    font-size: 13px;
}

.login-page .data-container .text-wrapper .text-container .read-more:hover { 
    color: #1e72ab;
}

.content-wrapper_0 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

#feed p {
    margin: 0;
}