.progress-bar-custom-html {
	background-color: #E54D26 !important;
}
.progress-bar-custom-css {
	background-color: #0171BB !important;
}
.progress-bar-custom-js {
	background-color: #EFC825 !important;
}
.progress-bar-custom-bootstrap {
	background-color: #583E7E !important;
}
.progress-bar-custom-java {
	background-color: #FA0100 !important;
}
.progress-bar-custom-php {
	background-color: #6B7EB9 !important;
}
.progress-bar-custom-xml {
	background-color: #F67800 !important;
}
.progress-bar-custom-tags {
	background-color: #A0A0A0 !important;
}

.tag-btn-link {
	margin-top:0.5rem !important;
	color: #333 !important;
	background-color: #E6E6E6 !important;
	border-color: #ADADAD !important;
	opacity: 1 !important;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset !important;
}
.divmid {
	text-align: center;
}

.firsthr {
	margin-top: 0;
}
h2 {
	background: none;
}
.container {
	padding: 25px 75px 70px 75px;
}
@media only screen and (max-width: 800px) {
    .tabmid {
        text-align: center;
    }
}

@media only screen and (max-width: 980px) {
	    .tabmid {
        text-align: center;
    }
}

a:hover > p {
	text-decoration: underline;
}

a.disabled, a.disabled:hover {
	text-decoration:none !important;
	cursor:default !important;
	color: #428BCA;
}