﻿.txtControl
{
}

/* it's a good idea to define a height and width for quickFlip */

body {
    min-width: 600px;
}

/*.quickFlip {
    height: 200px;
    width: 153px;
}

*/



.redPanel, .blackPanel {
    text-align: center;
}

/**** panels ****/

.quickFlip {
    font-family: "Trebuchet MS", Verdana, Sans-serif, sans;
    font-size: 13px;
    position: relative;
}




.quickFlipCta {
    cursor: pointer;
}