﻿.number{
/*background-color: greenyellow;*/
max-width:max-content;
}
.social-media-box {
    min-width: 520px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    height: 85px;
    text-align:center;
}

.sm_wrapper {
    max-width: 520px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.social-media-box.box-stocktwits {
    background-color: #2b374c;
    
}
.social-media-box.box-twitter {
    background-color: #4aa0ec;
    
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}

.text {
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: white;
    
}
.margin-overridden{
    margin-bottom: 16px;
    margin-top: 16px;
}