html {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: rgba(0,0,0,0);
    margin: 0px;
    padding: 0px;
    text-align: center;
}

div.artfully-event {
    /* display: inline-block !important; */
    margin: 50px;
    vertical-align: top;
}

h1.event-name {
    font-family: "open sans", sans-serif;
    font-size: 24px;
    /*color: #CFB486;*/
    color: #ed1c24;
}

h3.event-producer {
    display: none;
}

ul.performances {
    padding: 0;
}

li.performance {
    border: none;
}

a.performance-datetime {
    width: 360px;
    display: inline-block;
    padding: 5px 0px 5px 40px;
    text-decoration: none;
    border: 1px solid #f6eba0;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow:
        inset 0 1px 3px #fff,
        inset 0 -15px #f6f1cf,
        0 0 3px #f6eba0;
    -moz-box-shadow:
        inset 0 1px 3px #fff,
        inset 0 -15px #f6f1cf,
        0 0 3px #f6eba0;
    box-shadow:
       inset 0 1px 3px #fff,
       inset 0 -15px #f6f1cf,
       0 0 3px #f6eba0;
    background-color: #f6f3dd;
    font-family: "open sans", sans-serif;
    color: #000000;
    text-shadow: 0 1px #fff;
}

a.expanded-indicator {
    width: 40px;
    display: inline-block;
    padding: 5px 0px 5px 0px;
    text-decoration: none;
    border: 1px solid #f6eba0;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow:
        inset 0 1px 3px #fff,
        inset 0 -15px #f6f1cf,
        0 0 3px #f6eba0;
    -moz-box-shadow:
        inset 0 1px 3px #fff,
        inset 0 -15px #f6f1cf,
        0 0 3px #f6eba0;
    box-shadow:
       inset 0 1px 3px #fff,
       inset 0 -15px #f6f1cf,
       0 0 3px #f6eba0;
    background-color: #f6f3dd;
    font-family: "open sans", sans-serif;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 1px #fff;
}

ul.ticket-types {
    padding: 0;
}

.ticket-type-name {
    font-family: "open sans", sans-serif;
    color: #CFB486;
    font-size: 14px !important;
    font-weight: bold;
    display: block !important;
    padding-bottom: 15px;
}

.ticket-type-price {
    float: none !important;
    color: #000000;
    font-family: "open sans", sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    background-color: #eeeeee !important;
    padding: 7px !important;
}

a.bland-link:link {
    color: #CFB486;
}

a.bland-link:visited {
    color: #CFB486;
}

form {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
}

select.ticket_count {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px;
    background-color: #eeeeee !important;

    color: #000000;
    font-family: "open sans", sans-serif;
    font-size: 14px !important;
}

input {
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px;
    margin-left: 9px;
    background-color: #eeeeee !important;

    color: #000000;
    font-family: "open sans", sans-serif;
    font-size: 14px !important;
    font-weight: bold;
}

input:active {
    background-color: #c7c7c7 !important;
}

p { 
  font: 10pt "Trebuchet MS", verdana, sans-serif;
  margin-top: 0px;
  text-align: justify;
}

acronym {
  border-bottom: none;
}


