input {
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
.nav-tabs .nav-link {
	font-weight: 600;
}

#share-box * {vertical-align:middle !important;}
#share-box i {font-size: 14px;}
#share-box strong {font-size: 14px; line-height: 1.5;}
#share-box .btn-default {padding: 0 5px;
	font-size: 12px; line-height: 1.5;
	border: 1px solid #e0e0e0; border-radius: 4px;}

.fb-share-button {display: inline-block;margin-top: -.25rem;}

.btn-outline-secondary {
    border-color: #e0e0e0;
}