/* Override Font Awsome 4 to usr X icon for Twitter
https://www.briancoords.com/twitter-icon-font-awesome-4
*/
.descriptionField {
    color:red;
}
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

.btn-twitter {
    color: #fff;
    background-color: #000;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #000;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter:hover {
    color: #fff;
    background-color: #000;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #000;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter:active:hover, .btn-twitter.active:hover, .open>.dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open>.dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open>.dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #000;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter:active, .btn-twitter.active, .open>.dropdown-toggle.btn-twitter {
    background-image: none;
}
.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
    background-color: #000;
    border-color: rgba(0, 0, 0, .2);
}
.btn-twitter .badge {
    color: #000;
    background-color: #000;
}
/*#collection-header-wrapper > div.collections-text.collections-text-center > p{
    font-size:2em;
}
*/
