@font-face {   
	font-family: 'ProximaNova-Regular';   
	src: url(https://storage.ning.com/topology/rest/1.0/file/get/3705369215?profile=original);
}

@font-face {   
	font-family: 'Ailerons';   
	src: url(https://storage.ning.com/topology/rest/1.0/file/get/3704272900?profile=original); 
}

.center {
    margin-top:auto;
    margin-bottom:auto;
    text-align:center;
}

h1 {
  font-family: 'Ailerons';
  font-size: 48px;

}
h2 {
  font-family: 'Ailerons';
  font-size: 30px;
  line-height: 35px;
}
h3 {
  font-family: 'Ailerons';
  font-size: 25px;
  line-height: 25px;
}
h4 {
  font-family: 'Ailerons';
  font-size: 20px;
  line-height: 25px;
}
p {
  font-family: 'ProximaNova-Regular';
  font-size:14px;
  letter-spacing: 4px;
  line-height: 16px;
}
.span16 {
    width: 100%!important;
}

/* Chat */
.xg_chat .xg_bottomBar {
    background-color: #333333;
    border-radius: 8px 8px 0 0;
    height: 34px;
}
.xg_chat.chatFooter .xg_chatWindow {
    color: white;
    background-color: black;
}
.xg_chat ul.xg_messageList > li > div {
    background-color: #423e3e;
}
.xg_chat ul.xg_messageList > li > div:before {
    border-color: #423e3e transparent transparent transparent;
}
.xg_chat.chatModule .xg_chatWindow {
    background: black;
    color: white;
}
.xg_chat.chatModule .xg_chatWindow .textarea-container {
    background-color: black;
}
.xg_chat .xg_chatWindow textarea {
    color: white;
}
.main_page_module_chat_v4 > .xg_module_body, .module_chat_v4 > .xg_module_body {
    background-color: black;
}
.xg_chat .cht-chatGroups > li ._groupname {
    color: white;
}

<style type="text/css">

#share-buttons img {

width: 35px;

padding: 5px;

border: 0;

box-shadow: 0;

display: inline;

}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}
 

</style>

li.ningbar-list.friendRequests-list {display: none !important;}
.icon-friend-request::before {
    display: none;
}
i.icon.icon-friend-request {
    display: none;
}
.profileCoverArea-friendOptions.optionsDropdown {
    display: none;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}