﻿
/* Header area */
#pageHeader{
}

#pageHeaderMenus{
    text-align:right;
}

#studioCreditsPage .fontred {
    color: red
}

#studioCreditsPage .fontgreen {
    color: #2FA74E
}

    .welcome {
        color: #EC1865;
        font-weight: bold;
    }

.addRegistrationButton, .addRegistrationButton:hover{
    background-color:#EC1865; 
}

.addRegistrationButtonRow {text-align:right;}


.clearChildrenPadding div,.clearChildrenPadding span, .clearChildrenPadding label{
    padding:0;
}

@media (max-width: 767px) {
    #pageHeader{
        padding-top:10px; padding-bottom:10px;
    }

    #pageHeaderMenus{
        text-align:center;
    }

    .addRegistrationButtonRow {
        text-align:center; 
    }
}
