@font-face {
  font-family: 'OfficeCodePro', 'Source Code Pro', monospace;
  src:  url('font/WOFF2/OfficeCodePro-Regular.woff2') format('woff2'),
        url('font/WOFF/OfficeCodePro-Regular.woff') format('woff');
}

@media (max-width: 860px) {
    #myfeedlink {margin-right: 40px !important;}

    #navbar {padding-right: 12px;}
}

@media (max-width: 698px) {
    #myfeedlink {margin-right: 20px !important;}
    #feed {
        width: 80% !important;
    }
    #communityfeed {
        width: 80% !important;
    }
    #followfeed {
        width: 80% !important;
    }
    #notifications {
        width: 80% !important;
    }
    #share {
        width: 80% !important;
    }
}

@media (max-width: 614px) {
    #myfeedlink {margin-right: 15px !important;}
}

@media (max-width: 600px) {
    #myfeedlink {margin-right: 10px !important;}
}

@media (max-width: 572px) {
    #myfeedlink {margin-right: 20px !important;}
}

@media (max-width: 549px) {
    #feed {
        width: 100% !important;
    }

    #followfeed {
        width: 100% !important;
    }

    #notifications {
        width: 100% !important;
    }

    #share {
        width: 100% !important;
    }

    #mediaarbtr{
        position: absolute !important;
        width: unset !important;
    }

    #topbar{
        position: absolute !important;
    }

    #switcher {
        text-align: center;
    }

    input#toPost {
        width: 98% !important;
    }

    .arbutton {
        max-width: 170px;
    }

    div#loginFrame {
    width: 60% !important;
    margin-top: 40px !important;
    }

    #notificationswindow {
        padding: 0px 20px;
    }

    #followwindow {
        padding: 0px 20px;
    }

    #profilewindow {
        padding: 0px 20px;
    }

    #settingswindow {
        padding: 0px 20px;
    }

    #threadwindow {
        padding: 0px 20px;
    }
}




html, body {
	font-family: 'OfficeCodePro', 'Source Code Pro', monospace;
	margin: 5px;
    background-color: black;
    color: white !important;
/*    width: 500px;*/
} 

hr {
    margin-top: 0rem !important;
    margin-bottom: 2rem !important;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}


.noborderbottom {
    border-bottom: none !important;
}

#logo {
    /* transition: transform .3s; */
    width: 29px;
    height: 29px;
    /* background: #FFFFFF; */
    /* background: url(arbtrLogoTerminal2@1x.jpg); */
    /*border: 1px solid white;*/
    /* box-sizing: inherit; */
    /* box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.1); */
    box-shadow: 2px 1px 1px rgba(144, 141, 141, 0.2);
    transition: box-shadow 1.2s ease-in-out;
}

#logo:hover {
    /*transform: scale(1.1);*/
    box-shadow: 2px 1px 1px rgba(144, 141, 141, 0.3);
}

#navbar {

}

#navbar a {
    /*border-bottom: 3px solid white;*/
    transition: all 1.2s ease-out;
}




#mediabuttons a:hover {
    color: #737373 !important;
    /*border-bottom: 3px solid #737373;*/
}

#topDot a:hover {
    color: white !important;

}



.field {
    background-color: black !important;
    border: none !important;
    border-bottom: 1px solid white !important;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-weight: 400;
    resize: none;
}



#updateUrl{
    min-height: 0px;
    width: 70%;
    font-weight: 100;
}

#comment{
    min-height: 0px;
    width: 70%;
    font-weight:800;
}

#usernameinput{
    background-color: black;
    border: none;
    font-size: 12px;
    border-bottom: 1px solid white;
    border-radius: 0px;
    width: 70%;
}


#myProfile {
    color: white !important;
} 

#profile {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#txtUsername {
    color: black !important;
}

#profilebtn {
    color: white !important;
}

#profilebtn:hover  {
    background-color: black !important;
}

#settingsBtn {
    color: white !important;
}

#settingsBtn:hover  {
    background-color: black !important;
    cursor: pointer !important;
}



#btnNotifications {
    color: white !important;
    transition: all 1.2s ease-out;
    margin-right: 25px;
    cursor:pointer !important;
}

#btnBack {
    color: white !important;
/*    margin-right: 15px;*/
    /*border-bottom: 3px solid white;*/
    transition: all 1.2s ease-out;
}

#btnLogout:hover {
    cursor: pointer !important;; 
}

#btnSignin:hover {
    cursor: pointer !important;; 
}

a {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 10px;
    word-wrap: break-word;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 13px;
    font-family: 'OfficeCodePro','Source Code Pro', monospace;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    font-family: 'OfficeCodePro','Source Code Pro', monospace;
    font-size: 0.9em;
}

#feed a:hover {
/*    text-decoration-line: underline;
    text-decoration-style: wavy;*/
    /*text-shadow: 2px 2px #887f7f;*/
    background-color: #2d1c1c;
}

#profileLink:hover {
/*    text-decoration-line: underline;
    text-decoration-style: wavy;*/
    /*text-shadow: 2px 2px #887f7f;*/
    background-color: #2d1c1c;
}

#addusers a:hover {
/*    text-decoration-line: underline;
    text-decoration-style: wavy;*/
    /*text-shadow: 2px 2px #887f7f;*/
    background-color: #2d1c1c;
}

#communityfeed a:hover {
/*    text-decoration-line: underline;
    text-decoration-style: wavy;*/
    /*text-shadow: 2px 2px #887f7f;*/
    background-color: #2d1c1c;
}

h1 {
	font-size: 5em;
    
} 

h4 {
/*    text-transform: capitalize;
    font-size: 0.8em;*/
    font-weight: 200;
/*    margin-top: 60px;
    /*margin-bottom: 10px;*/
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 1em;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hide {
	display: none !important;
}

.show {
	display: inline;
}

button {
 color: white;
 background: none;
 box-shadow: none;
 border-radius: 0px;
}

blockquote {
	font-style: italic;
} 

/*#settings {
    position: relative;
    top: -36px;
    left: 470px;
}*/

/*.dropdown {
    position: absolute ;
    top: 10px ;
    left: 10px ;
    display: block;
}

.dropdown-content {
    display: none;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}*/
#exampleEmailInput{
    color:black!important;
} 

input {
    color: white !important;
     margin-left: 6px !important;
} 


.underline {
    text-decoration: underline;
}

#arbtr {
    font-size: 10px;
    font-weight: 100;
    /* letter-spacing: 2px; */
    text-decoration: none;
    color: white;
    word-wrap: normal;
    /* line-height: 50px; */
    margin-left: 12px;
} 

#arbtr:hover {
/*    text-decoration-line: underline;
*/   /* text-decoration-style: wavy;
    -webkit-transition-delay: 2s; /* Safari */
    /*transition-delay: 2s;*/
    /*color: grey;*/
    border-bottom: none !important;
} 

form.centeredtext {
    margin-bottom: 0px !important;
}


#remove a {
    font-weight: 800;
    text-decoration: none;
} 

#remove li {
    display: inline-block;
    font-size: 13px;
}

span {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
} 

/*#auth {
    text-align: center;
} */

ul#linkHistory {
    font-size: 13px;
}

ul#followers {
    font-size: 13px;
}

.frontpageimg {
    width: 100%;
    margin-bottom: 20px;
} 

.centeredtext {
    text-align: center;
} 


.dropbtn {
background-color: black;
    color: white;
    padding: 16px;
    font-size: 12px;
    border: none;
}

.dropbtn:hover {
    color:white;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: black;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding:20px;
    border-style: solid;
    border-width: 1px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: black;}

#notifications h4 {
    /*text-transform: capitalize;*/
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 0px;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
} 

#feed h4 {
    /*text-transform: capitalize;*/
    font-size: 13px;
    font-weight: 100;
    margin-top: 60px;
    margin-bottom: 10px;
    display: inline-block;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
} 

#addusers h4 {
    /*text-transform: capitalize;*/
    font-size: 13px;
    font-weight: 100;
    margin-top: 60px;
    margin-bottom: 10px;
    display: inline-block;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
} 

.profileName {
    cursor: pointer;
}

#profileFollowers {
    font-size: 13px;
}

#profileFollowing {
    font-size: 13px;
}

#feed a {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    word-wrap: break-word;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    transition: all 0.2s ease-out !important;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#profileLink {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    word-wrap: break-word;
    display: block;
}

#profileTime {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 10px;
    word-wrap: break-word;
    display: block;
    margin-bottom:0px;
}

.profileTime {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 10px;
    word-wrap: break-word;
    display: block;
    margin-bottom:0px;
}


#addusers a {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    word-wrap: break-word;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    transition: all 0.2s ease-out !important;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#feed p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    cursor: pointer;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#profileComment {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    display: block;
}


#addusers p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    cursor: pointer;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

#userProfile {
    transition: all 0.2s ease-out !important;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
#originalpost h4 {
    /*text-transform: capitalize;*/
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 10px;
    display: inline-block;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
} 

#originalpost a {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    word-wrap: break-word;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    transition: all 0.2s ease-out !important;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#originalpost p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    cursor: pointer;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#communityfeed h4 {
    /*text-transform: capitalize;*/
    font-size: 13px;
    font-weight: 100;
    margin-top: 60px;
    margin-bottom: 10px;
    display: inline-block;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
} 

#communityfeed a {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    word-wrap: break-word;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    transition: all 0.2s ease-out !important;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#communityfeed p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 13px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    cursor: pointer;
}

#threadfeed h4 {
    /*text-transform: capitalize;*/
    font-size: 13px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
} 


#threadfeed p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 13px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#back1 {
    background-image: url('images/marble1.png');
    padding: 150px 0px;
}

#back1 h4 {
    font-size: 5.5rem;
    margin: 30px 0px;
    /*text-transform: capitalize;*/
    word-break: break-all;
} 

#back1 p {
    font-size: 2.5rem;
    letter-spacing: 1.5px;
    color: #9c9999;
    margin: 0px 20px;
}

.spacer {
    margin: 100px 0px;
}

.divborder {
    border: 1px solid white;
    margin: 10px 0px;
} 

#settingspage h5 {
    font-size: 13px;
/*    font-weight: 200;
    text-transform: uppercase;
    text-decoration: underline;*/
}

#linkHistory a {
    color: white;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2em;
    word-wrap: break-word;
}

#linkHistory a:hover {
    text-decoration-line: underline;
    text-decoration-style: wavy;
}

.longparagraph {
    line-height: 1.6;
}

.time {
    margin-left: 20px;
    font-size: 10px !important;
}

.title {
    font-weight:400 !important;
}





.button2 {
  margin-right: 25px;
  color: white;
  text-decoration: none;
  /*transition: all 1.2s ease-out;*/
}


.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 30px;
  background: black;
  color: white;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 0px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  border-bottom: 0px solid white;
}
.popup .close:hover {
  color: #FFF;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

#switcher {
    padding-top: 70px;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 30px;
}

#switcher span {
    cursor: pointer;
}

#myfeedlink {
    margin-right: 80px;
    display: inline;
}

#communitylink {
    display: inline;
}


.active {
    color: white;
}

.inactive {
    color: grey;
}

#feed {
    margin-bottom: 100px;
}

#communityfeed {
    margin-bottom: 100px;
}

#settingspage {
    margin-top: 70px;
}

#settingstitle {
    margin-bottom: 100px;
    font-weight: 100;
    font-size: 13px;
    font-family: 'OfficeCodePro','Source Code Pro', monospace;
    ;
}

#topbar {
    width: 98% !important;
    position: fixed;
    top: 5px;
}


#loginswitcher p {
    cursor: pointer;
}

.smalltext {
    font-size: 10px;
}

div#loginFrame {
    border: 1px white solid;
    border-radius: 15px;
    padding: 45px 20px;
    width: 50%;
    margin: auto;
}

#loginFrame .field {
    width: 73%;
}

#loginpage .noborderbottom {
    position: fixed;
    left: 6px;
    top: 10px;
}

.arbutton {
    width: 75%;
    text-transform: capitalize !important;
    background-color: black !important;
    border-radius: 30px !important;
    color: white !important;
    letter-spacing: 0px !important;
}

#settingsMenu p {
    cursor: pointer;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#threadwindow {
    margin-top: 100px;
    padding: 0px 10px;
}

#closeThreadBtn {
    cursor: pointer;
      animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    position: fixed;
    top: 30px;
    right: 21px;
}

#closeProfileBtn {
    cursor: pointer;
      animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    position: fixed;
    top: 30px;
    right: 21px;
}

#closeFollowBtn {
    cursor: pointer;
      animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    position: fixed;
    top: 30px;
    right: 21px;
}

#closeSettingsBtn {
    cursor: pointer;
      animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    position: fixed;
    top: 30px;
    right: 21px;
}

#closeBtnFromProfile {
    cursor: pointer;
      animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    position: fixed;
    top: 30px;
    right: 21px;
}

#closeBtnFromThread {
    cursor: pointer;
      animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    position: fixed;
    top: 30px;
    right: 21px;
}

#closeShareBtn {
    cursor: pointer;
      animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    position: fixed;
    top: 30px;
    right: 21px;
}

#closeNotificationsBtn {
    cursor: pointer;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    position: fixed;
    top: 30px;
    right: 21px;
}

input#toPost {
    width: 100%;
    font-weight: 100;
    font-size: 13px;
    background-color: black;
    border: 1px solid #bbb;
    border-radius: 0px;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

input#toPost:focus {
    border: 1px solid white;
}

input#btnThread {
    float: right;
    width: 150px;
     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    border-radius: 30px !important;
    background-color: black !important;
    color: white !important;
}

div#threadfeed {
    margin-top: 25px;
}

#notificationswindow {
    margin-top: 70px;
}

#profilewindow {
    margin-top: 70px;
    padding: 0px 10px;
}

#settingswindow {
    margin-top: 70px;
    padding: 0px 10px;
}

#followwindow {
    margin-top: 70px;
}


#topDot {
    color: white;
    font-size: 11px;
    margin-right: 4px;
}

ul#notificationFeed {
    margin-top: 35px;
}

#notificationFeed p {
    margin-left: 30px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#sharewindow {
    margin-top: 70px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#shareBtn {
    cursor: pointer;
}

#followBtn {
    cursor: pointer;
}


.plus {
    margin-left: 20px !important;
    font-weight: 400 !important;
    cursor: pointer;
    font-size: 9px !important;
    color: #000000;
    padding: 4px;
    background-color: white;
    border-radius: 14px;
}

.bold {
    font-weight: 800 !important;
}

#addusers {
    text-align: left;
}

.profileData {
    padding-left: 25px;
}

p#step3 {
    cursor: pointer;
}

p#step2 {
    cursor: pointer;
}

#shareHistory {
    font-size: 13px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#unfollow {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#myfollowers {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#invite {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

#shareHistory a {
    font-size: 13px;
}


#shareHistory li {
    font-weight: 400;
}

#shareHistory a:hover  {
        background-color: #2d1c1c;

}

.sameLine {
    float: left;
}

.absolute {
    position: absolute;
    top: 12px;
    margin-left: 10px !important;
}

.relative {
    position: relative;
}

#profileFollowers h4 {
    font-size: 13px !important;
    font-weight: 100;
    display: inline-block;
}

.profileData li {
    display: inline-block;
}

#followers li {
    display: inline-block;
}

#profileFollowing p {
        margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    cursor: pointer;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}

#profileFollowing a {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 13px;
    word-wrap: break-word;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
    transition: all 0.2s ease-out !important;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    margin-bottom: 30px;
}

#profileFollowing h4 {
    text-transform: capitalize; */
    font-size: 13px;
    font-weight: 100;
    margin-top: 60px;
    margin-bottom: 10px;
    display: inline-block;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}