.logo-name{
    color: #007bb6;
}

.gray-bg {
    background-image: url('../image/logo-alpha.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
.agile-list li:hover {
  cursor: default;
  background: #fff;
}

.form-radios input {
    margin-left: 12px;
    cursor: pointer;
}

.form-radios label {
    margin-right: 4px;
    cursor: pointer;
}

dt {
    font-weight: normal;
    line-height: 1.6;
}
