﻿body { text-align: center; background-color: #fff; font-size: 16px; }

a { color: #cc6600; }

#Header { padding: 10px; background-color: #fff }
#Main { max-width: 1000px; margin: auto; text-align: left; padding: 10px; padding-bottom: 400px; }


#jbExpandPanel { height: 150px; overflow: hidden; position: relative; padding: 10px; border: 1px solid gray; background-color: #f6f6f6; margin-bottom: 20px; }
    #jbExpandPanel img { height: 100px; width: 100%; position: absolute; bottom: 0px; left: 0px; }
#jbExpandPanel a { position: absolute; bottom: 5px; left: 5px; cursor: pointer }


.postExpanded { height: auto !important; overflow: hidden; }

@keyframes blink {
    from { color: red; }
    to { color: #cc6600; }
}

.blink { color: green; animation: blink 1s infinite; }
