.actionSection{
	text-align: center;
}

.socialBtn {
	display: inline-block;
  padding: 1px 1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
	height: 30px;
	width: 30px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
	background-color: white;
 // border: 2px solid white;
 // border-radius: 4px;
  color: white !important;
}
/*share button */
.socialBtn.share{
	background-color: #204381 !important;
}

.socialBtn>.fa{
	vertical-align:middle;
}

.socialBtn.share:hover{
	background-color: #4D7BD2 !important;
}
.socialBtn.shareClicked{
	background-color: #4D7BD2 !important;
}
.socialBtn.shareClicked:hover{
	background-color: #204381  !important;
}

/*Favourite Button */
.socialBtn.favourite{
	background-color: #696566 !important;
}
.socialBtn.favourite:hover{
	background-color: #d43f3a !important;
}
.socialBtn.favouriteClicked{
	background-color: #d43f3a !important;
}
.socialBtn.favouriteClicked:hover{
	background-color: #696566  !important;
}
/*Paws Up Button */
.socialBtn.pawsUp{
	background-color: #06E5B5 !important;
}
.socialBtn.pawsUp:hover{
	background-color: #05BAD8 !important;
	
}
.socialBtn.pawsUpClicked{
	background-color: #05BAD8 !important;
}
.socialBtn.pawsUpClicked:hover{
	background-color: #06E5B5 !important;
}

.match-type a{
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.match-type a:hover{
	color: #fd4708 !important; 
}

/*Keyword Section */

.keyword-percentage-section-wrap {
  position: relative;
  padding-right: 40px;
  font-weight: bold;
  margin: 0 0 5px;
	color: black;
}
.keyword-percentage-section-wrap .percentage {
  border: 3px solid #eeeeee;
  background: #CCCCCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.keyword-percentage-section-wrap .percentage-inner {
  background: #9acbd6;
  height: 13px;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.keyword-percentage-section-wrap span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  display: inline-block;
  text-align: center;
}

/*Insufficient Data Seciton */
.nodata-percentage-section-wrap {
  position: relative;
  font-weight: bold;
  margin-left: auto;
	margin-bottom:5px;
	text-align:center;
	
}
.score-request-btn {
	display: inline-block;
  padding: 1px 12px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
	background-color: white;
  border: 2px solid #8955B1;
  border-radius: 4px;
  color: #8955B1 !important;

}

.score-request-btn:hover{
	background-color: #efedf5 !important;
  border-color: # 8955B1;
}

.take-test-btn {
  display: inline-block;
  padding: 1px 12px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  background-color: white;
  border: 2px solid #333333;
  border-radius: 4px;
  color: #333333 !important;
}


.take-test-btn:hover{
  background-color: #efedf5 !important;
  border-color: # 8955B1;
}