
div.card {
    width: 300px;
    height: 450px;
    float: left;
    margin: 10px 10px 10px 10px;
    background-color: white;
    border: 2px solid white;
    position: relative;
    /*    transition: all .1s;*/
    overflow: hidden;
}

div.card.blank {
    background-color: black;
    border: 2px solid black;
}

div.card:hover {
    z-index: 99;
}

div.card.lowProfile {
    height: 250px;
}

div.card.lowProfile:hover {
    height: 450px;
    z-index: 99;
    border: 5px solid red;
    margin: 7px;
    margin-bottom: -193px;
}

div.card img {
    height: 200px;
    width: 300px;
}
div.card img.cardlink {
    height: 20px;
    width: auto;
}

div.cardlink {
    width: 100%;
    text-align: center;
    position: relative;
}
div.cardlink a {
    text-decoration: none;
}

span.cardlinkTitle {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    position: relative;
    top: -7px;
    padding-left: 5px;
}
span.cardlinkTitle:active {
    color: blank;
}
span.cardlinkTitle:hover {
    color: red;
}
img.clickMore {
    height: 50px !IMPORTANT;
    width: auto !IMPORTANT;
    position: absolute;
    top: -5px;
    left: 0px;
}

div.cardTitle {
    font-family: "Anton", sans-serif;
    color: black;
    font-size: 20px;
    text-align: center;
}

div.cardTag {
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    color: grey;
}

div.cardDescription {
    font-family: "Istok Web", sans-serif;
    font-size: 11px;
    color: black;
    margin: 10px 10px 10px 10px;
    text-align: justify;
    line-height: 14px;
}

div.cardFlag {
    position: absolute;
    top: 15px;
    right: -2px;    /* accounts for the border */
    background-color: red;
    color: white;
    font-size: 18px;
    font-family: "Anton", sans-serif;
    width: 120px;
    height: 30px;
    text-align: center;
    z-index: 50;
}

div.cardBanner {
    position: absolute;
    top: 40px;
    right: -2px;    /* accounts for the border */
    background-color: blue;
    color: white;
    padding-top: 8px;
    font-size: 14px;
    font-family: "Anton", sans-serif;
    width: 105px;
    height: 25px;
    text-align: center;
    z-index: 49;
}

div.cardRole {
    font-family: "Arial", sans-serif;
    font-size: 11px;
    color: black;
    margin: 10px 10px 10px 10px;
    text-align: justify;
}

span.cardRoleTitle {
    position: relative;
    padding: 3px 5px 3px 5px;
    margin: 0px 5px 0px 0px;
    color: white;
    background-color: #0881da;
    font-weight: bold;
    text-align: left;
}

div.cardEffort {
    float: left;
}

div.cardTeam {
    position: relative;
    float: right;
    width: 100px;
    text-align: center;
}

div.cardTeamTitle {
    width: 100%;
    text-align:center;
    position: absolute:
    bottom: 0px;
    right: 20px;
    font-family: "Arial", sans-serif;
    font-size: 9px;
    color: black;
    margin: 0px;
    padding-bottom: 5px;
}
div.cardTeamNumber {
    width: 100%;
    font-family: "Arial", sans-serif;
    font-size: 60px;
    color: lightcoral;
    margin: 0px;
    padding: 0px;
}

div.cardBars {
    font-family: "Arial", sans-serif;
    margin: 0px 0px 0px 10px;
    float: left;
}


div.cardBars progress {
    -webkit-appearance: none;
}

div.cardBarsResponsibility {
    margin: 5px 0px 0px 0px;
}

div.cardBarsResponsibility progress::-webkit-progress-value {
    background-color: red;
}

div.cardBarsEffort progress::-webkit-progress-value {
    background-color: lightcoral;
}

div.cardBars progress::-webkit-progress-bar {
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

div.cardBars progress::-webkit-progress-value {
    border-radius: 2px;
}

div.cardBarsTitle {
    color: black;
    font-size: 12px;
    text-align: center;
    font-style: italic;
}

div.cardBarsScale {
    font-size: 8px;
    display: inline-block;
    width: 33%;
    color: coral;
}

div.cardBarsScaleLeft {
    text-align: left;
}
div.cardBarsScaleMiddle {
    text-align: center;
}
div.cardBarsScaleRight {
    text-align: right;
}

iframe.soundcloud {
    margin-top: 5px;
    position:relative;
    border: 5px solid black;
    border-radius: 10px;
}

div.soundcloud {
    font-style: italic;
    font-size: 12px;
    text-align: center;
}


		   