#search-results {
    list-style-type: none;
    padding-left: 0;
}
#search-btn {
    background-color:#57c7d4;
}
.supported,
.partially-supported,
.not-supported {
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.supported {
	color: #66cd00;
}
.supported:before,
.partially-supported:before {
	content: "\e013";
}
.partially-supported {
	color: #cccccc;
}
.not-supported {
	color: #cd2626;
}
.not-supported:before {
	content: "\e014";
}
.not-available {
	color: #cccccc;
	font-style: italic;
}
.not-available:before {
	content: "N/A";
}

.code-deprecated pre {
    background-color: #f6f6f6!important;
}

.label-default {
    background-color: #cccccc;
}

code {
    color: #666666;
}

.min-android {
  margin-left: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #d5d5d5;
}
.min-android:before {
  content: "\f17b";
  font-family: FontAwesome;
  margin-right: 8px;
}
.min-ios {
  margin-left: 24px;
  font-size: 15px;
  font-weight: 500;
  color: #d5d5d5;
}
.min-ios:before {
  content: "\f179";
  font-family: FontAwesome;
  margin-right: 8px;
}
