#wpas-about{
font-size:18px;
color: #555d66;}
#wpas-about li,
#wpas-about p {
    font-size: inherit;
 line-height:30px;
 margin-bottom:10px;
}
#wpas-about img {
border:2px solid #fff;
box-shadow: 10px 10px 5px #ccc;
-moz-box-shadow: 10px 10px 5px #ccc;
-webkit-box-shadow: 10px 10px 5px #ccc;
-khtml-box-shadow: 10px 10px 5px #ccc;
}
#wpas-about h2{
text-align:left;
}
#wpas-about .resources-5 li::before,
#wpas-about .resources-7 li::before {
    content: "\f522";
}
#wpas-about .resources-8 li::before {
    content: "\f147";
    color:#008000;
}
#wpas-about p.about-description{
text-shadow: 0 0 60px #ffff00;
font-size:20px;
color:#228b22;
} 
#wpas-about #getting-help-list li::before {
content: "\f468";
color:#4682b4;
margin-right:5px;
font-size:35px;
}
#getting-help-list li ul{
margin-left:40px;
}
#wpas-about ul#getting-help-list li ul li::before {
color:#5f9ea0;
}
#wpas-about p.about-description::before {
content: "\f157";
    padding:0 5px 5px;
}
#wpas-about .changelog.whats-new h2.new::before {
content: "\f488 New";
color: #4169e1;
}
#wpas-about .changelog.whats-new h2.fix::before {
content: "\f308 Fix";
color: green;
}
#wpas-about .changelog.whats-new h2.tweak::before {
content: "\f107 Tweak";
color: #cd853f;
}
#wpas-about .changelog.whats-new h2.remove::before {
content: "\f530 Remove";
color: red;
}
#wpas-about .changelog.whats-new h2::before {
vertical-align: text-bottom;
font-size:36px;
padding:5px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
    border-radius: 6px;
    margin-right: 10px;
box-shadow: 7px 7px 5px 0 rgba(50, 50, 50, 0.75);
   font-size:20px;
}
#wpas-about .getting-started li::before,
#wpas-about .resources li::before,
#wpas-about .whats-new h2::before,
#wpas-about .about-description::before,
#wpas-about .changelog li::before {
    padding: 3px 0;
    font-size:20px;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: 'dashicons';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
}
span.bullet {
    -moz-osx-font-smoothing: grayscale;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}
span.green {
  background: #5EA226;
}
span.blue {
  background: #5178D0;
}
span.pink {
  background: #EF0BD8;
}
span.red {
  background: red;
}
