@charset "utf-8";
/* CSS Document */
body { margin:0; padding:0;}
a { text-decoration:none; }
p { margin:0; padding:0;}
	.well {
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
        display:none;
        margin:1em;
		width:45%; margin:0 25%;
		position:relative;
    }
	.popup_wrapper p { margin:0 !important;}
	.well video { width:100% !important; height:340px !important;}
    pre.prettyprint {
        padding: 9px 14px;
    }
    .fulltable {
        max-width: 100%;
        overflow: auto;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .lineheight {
        line-height: 3em;
    }
    .pagetop {
        background: url(http://subtlepatterns.com/patterns/congruent_outline.png) #333;
        background-attachment: fixed;
        color: #fff;
    }
    .page-header {
        border-bottom: none;
    }
	.initialism {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.btn-success {
    background-color: #5CB85C;
    border-color: #4CAE4C;
    color: #FFFFFF;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.well {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 2%;
}
    .initialism {
        font-weight: bold;
        letter-spacing: 1px;
        font-size: 12px;
    }
	.initialism { position: relative !important;}
	.basic_close { position:absolute; right:0; top:0; background: none repeat scroll 0 0 #FF4E00; border: 5px solid #FFFFFF; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); color: #FFFFFF; cursor: pointer; font-weight: bold; height: auto; padding-top: 6px; position: absolute; right: -20px; text-align: center; top: -20px; width: 42px;}
	
	
@media only screen and (max-width: 1024px) {
	.well { width:75%; margin:0 10%; }
	.well video { height:300px !important; }
	.vjs-default-skin { height:300px !important; }
}
@media only screen and (max-width: 600px) {
	.well { width:85%; margin:0 5%; }
}
@media only screen and (max-width: 440px) {
	.well video { height:250px !important; }
	.vjs-default-skin { height:250px !important; }
}
@media only screen and (max-width: 360px) {
	.well video { height:200px !important; }
	.vjs-default-skin { height:200px !important; }
}
