/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.input-group-btn select {
	border-color: #ccc;
	margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.iframe-container {    
    padding-bottom: 80%;
    padding-top: 30px; height: 0; overflow: hidden;
    border: 0px;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

