.exclusions {
    text-align: center;
}

.extraPadding {
    padding-top: 20px;
}

h3 {
    text-align: center;
}

.calign {
    text-align: center;
}

.btnDiv {
    text-align: left;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

html,
body {
    height: 100%;
}

.middleCol {
    padding-top: 2em;
    vertical-align: middle;
}

li {
    padding: 0 0 0 1em !important;
}

body {
    color: black;
}

h1 {
    font-weight: bold;
    margin-top: 0;
}

.mainContainer {
    /*height: 80%;*/
    background-color: white;
    /*border-radius: 1em;*/
}

.centered {
    text-align: center
}

.footer {
    padding: 1em;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 4em;
    background-color: #48546A;
    margin-top: 2em;
}

i {
    font-size: 2em;
}

#firstSelection, #secondSelection, #thirdSelection, #fourthSelection, #fifthSelection,
#sixthSelection, #seventhSelection {
	padding-left: 0px;
	padding-right: 0px;
}

#social {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #f2f2f2;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#social i {
    font-size: 1.5em;
    color: #141D3A
}

#social i:hover {
    color: #3B98BA
}

.ui-datepicker-trigger{display: inline;}

.dinline{
    display: inline;
}