/*
 Theme Name:     Twentyten Child Theme
 Theme URI:      none
 Description:    Twentyten Child Theme Mar. 10, 2021.  (The original Twentyten
                 theme is from https://wordpress.org/themes/twentyten/ 
 Author:         Lucas
 Author URI:     https://www.wasobamanborninkenya.com
 Template:       twentyten
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.commentlist a:link {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
 }
 
 #three {
    display: flex;    
    width:100%;
    /*height:200px;*/
    /*height:115px;*/
    height:155px;
    grid-gap:5px;
    background-color:transparent;
    border:none;
    /*padding-top:0.1em;*/
    padding-bottom:1.75em;
}
#three div {
    flex-basis: 100%;
}

.one-two-three {
    background-color:none;
    overflow:hidden;
    border:1px solid ;
    max-width:100%;
    padding-top:0.5em;
    
}

.one-two-three img {
    flex-shrink: 0;
    /*min-width: 100%;*/
    /*min-height: 100%*/
    min-width: 50%;
    min-height: 50%;

  float: left;
}


.alignleft {
	float: left;
}
.alignright {
	float: right;
}


#btc-address {font-size:0.9em;}

.brucelink {
 white-space: pre-wrap !important;
 white-space: -moz-pre-wrap!important;
 white-space: -pre-wrap !important;
 white-space: -o-pre-wrap !important;
 word-wrap: break-word !important;
 }
