/*
* Styles 
*/

p.blackjack-rules {
    margin-bottom: 30px;
}

span.red-alert {
    text-transform: uppercase;
    color: #C62828;
    font-weight: bold;
}

select.blackjack-form {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 93% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin-bottom: 20px;
   margin-right: 100%;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   min-width: 150px;
}

button#blackjack-btn {
    padding: 10px 10px;
    text-transform: uppercase;
    width: 150px;
    background: transparent;
    border: solid 3px black;
    margin-bottom: 20px;
    margin-top: 10px;
}

button#blackjack-btn:hover {
    background: black;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

div#blackjack-response {
    min-height: 30px;
}
