/* Engipedia.com custom stylesheet
-------------------------------------------------- */

/* Buttons
-------------------------------------------------- */
.btn {
    border-radius: 2px;
}

.form-control {
    padding:2px;
    border-radius: 0px;
    height: 28px;
    font-weight: 700;
    font-size: 16px;
}

[class*="col-"] {
    padding: 2px;

}

.vcenter {
    /*position: relative;
    top: 50%;
    transform: translateY(-50%);*/
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.panel {
    margin:0px;
    margin-bottom:4px;
}

.back_to_top {
	display:block;
	width:150px;
    height:50px;
	position:fixed;
	right:0px;
	bottom:0px;
}

.underline:hover {
    text-decoration: underline;
}

.app-icon:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}
