.my-table {
width:100%;
}


table {

}



.containerimg1 img {
  display: block;
  width: 40%;
  height: auto;
}

.containerimg2 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



.bg-germany {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0031f9+27,f2ff00+40,f2ff00+43,f2ff00+50,f2ff00+64,ff0000+80 */
  background: rgb(0,49,249); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(0,49,249) 27%, rgb(242,255,0) 40%, rgb(242,255,0) 43%, rgb(242,255,0) 50%, rgb(242,255,0) 64%, rgb(255,0,0) 80%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(0,49,249) 27%,rgb(242,255,0) 40%,rgb(242,255,0) 43%,rgb(242,255,0) 50%,rgb(242,255,0) 64%,rgb(255,0,0) 80%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(0,49,249) 27%,rgb(242,255,0) 40%,rgb(242,255,0) 43%,rgb(242,255,0) 50%,rgb(242,255,0) 64%,rgb(255,0,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0031f9', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}
