﻿/* Award Option Select CSS */

.thumb-list
{
	list-style: none;
	margin: 4px 0;
	overflow: hidden;
}

.thumb-list li
{	
    float: left;
	margin: 0 4px;
}

.thumb-list li img.thumb
{
	cursor:pointer;
}

.selected-container
{
	display:block;
	margin:auto;
	height: 435px;
	border-bottom: 1px dotted #555;
	background-color: #FFF;
	text-align: center;
	overflow: hidden;
}

.thumb-container
{
	width: 464px;
	display:block; 
	border-bottom: 1px dotted #555;
	margin: 0 auto;
}

.card-content table {
	margin: 0 auto;
	text-align: left;
}