a{
    color:#50bfeb;
}
body{
	background-color: #fff;
}
label{
    margin-top:10px;
}
.container-fluid{
	background-color: #fff;
	min-height: 540px;
}
.btn-default{
    background-color: #CCC;
    color: black;
}
.btn {
    /*make text wrap nicely in buttons */
    white-space:normal;
}

.locked {
    display: none !important; /*locked content must not be shown to user*/
}

.unlocked {
    border-width: initial; /*set border-width to whatever the default is. */
}

.secured {
    border-width: initial; /*set border-width to whatever the default is. */
}
