td.comment {
    width: 200px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    padding: 0;
    margin-left: 20px;
}

#instruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}

.redColor {
    color: crimson;
}

.color_button {
	background: #E2A528;
	background: -o-linear-gradient(top, #FFCC00 0px, #E2A528 100%) transparent;
	background: linear-gradient(to bottom, #FFCC00 0%, #E2A528 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px currentColor;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    clear: both;
    color: #333333;
    line-height: 18px;
    margin: 0 auto;
    cursor: pointer;
}

.find-user-block {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    /*margin: 0 auto;*/
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-condensed { line-height: 1.25; }
