p.frontlist {
	padding: 0px;
	margin: 10px;
	font-size: 17.5px;
	text-align: left;
	color: #428bca;
	}
	
p.bigtext {
	font-size: 17.5px;
	}
	
i.tickmark {
    color: green;
    }		

a.document {
     text-decoration: none;
     color: white;
     }     

.twitter-widget ul {
margin: 0;
padding: 0;
}
.twitter-widget li {
list-style: none;
clear: both;
}
.twitter-widget li img, .twitter-widget li .tweets_txt {
float: left;
margin-bottom: 10px;
}
.twitter-widget li img {
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.twitter-widget li .tweets_txt {
margin-left: 0px;
}
.twitter-widget li .tweets_txt span {
font-style: italic;
color: #666;
display: block;
}
.headerbox {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background-color: #202020;
}
.flowaround {
    width:30%;
    margin: 0 2% 2% 2%;   
    background-color: #000;
    color: #fff;
}
.flowaround small {
    display: block;
    padding: 4%;
}

.navbar-default .navbar-nav > li > a {
  color: #bbbbbb;
}

.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #ffffff;
}

.navbar .btn-navbar span.nb_right {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000;
  padding: 0 4px 4px 4px;
}

.navbar .nav li a:active {
  background-color: transparent;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.067);
  border-bottom: solid 1px #428bca;
  color: #bbbbbb;
}

.my_page_photo {
  height: 100px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.fancy-strikethrough {
  color: #5cb85c;
  position: relative; /* lets us position the `::after` relative to this element */
}
.fancy-strikethrough::after {
  content: ''; /* pseudo-elements must always have a `content` */
  position: absolute; /* lets us position it with respect to the `.fancy-strikethrough */

  /* placement */
  left: 0;
  top: 50%;

  /* make it a line */
  height: 2px;
  width: 100%;
  background: red;
}