.btn-sm-tile{
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.courseTileShadow {
    box-shadow: 6px 6px 2px #deddddad !important;
    border: 1px solid #bbb !important;
}
.tile-img {
    height: 150px;
    width: 100%;
    object-fit: fill;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {    
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1, h2, h3, h4, h5, ul, li {
    list-style: none;
}
.ht-22px {
    height: 22px !important;
}
h4, .h4 {
	font-size: 16px;
}

.node-popover-text {
    visibility: hidden;
    width: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    top: 120px;
    left: 2px;
    z-index: 1010;
    min-width: 100px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    opacity: 1;
    max-width: 300px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    font-size: 14px;
}
tip-arrow-white {
    border-top: 7px solid rgba(97, 86, 86, 0.85);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -6px;
}
.certifiedIcon {
    color: #337ab7;
    font-size: 17px;
    margin-left: 5px;
    top: 0px;
}
.font-90Per {
    font-size: 90% !important;
}
.ht-17px {
    height: 17px !important;
}
.ht-20px {
    height: 20px !important;
}
h5, .h5 {
    font-size: 14px;
}
.border-top {
    border-top: 1px solid #ddddddc7;
}
.ht-50px {
    height: 50px !important;
}
.font-94Per {
    font-size: 94% !important;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	color: #808080;
}

textarea::-moz-placeholder, input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	color: #CCCCCC;
}
