/*
Stylesheet for use with PLJukebox product page.
*/

/* ----- Demo Movie --*/

#demoMovie {
    padding-left: 85px;
    margin-bottom: 20px;
}

/* ----- Price Structure --*/

table#priceStructure {
    text-align: left;
    color: black;
}

table#priceStructure th, table#priceStructure td {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

table#priceStructure th, table#priceStructure tfoot td {
    background-color: #b7b7b7;
}

table#priceStructure th {
    padding: 3px 15px;
}

table#priceStructure tfoot td {
    padding: 2.5px;
}

table#priceStructure td {
    background-color: #ebebeb;
    padding: 15px;
}

table#priceStructure td.sourceIncluded {
    color: green;
    font-weight: bold;
}

table#priceStructure em {
    font-weight: bold;
}

/* ----- Purchase --*/

fieldset#pljukebox_selectLicense {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #b7b7b7;
}

p.label {
    margin-bottom: .5em;
}

fieldset#pljukebox_selectLicense label {
    display: block;
    font-weight: bold;
    color: black;
}

p.input {
    margin-bottom: 1em;
}

p#addButton {
    margin-bottom: 0;
}

/* ----- FAQ --*/

p.question {
    font-weight: bold;
    margin-bottom: .5em;
    color: black;
}

/* ----- Download Page --*/

#downloadInstruct img {
    vertical-align: middle;
}

.downloadInstruct_arrow {
    font-size: 3.846em; /* 50px */
    color: #b7b7b7;
}
